Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating KubeOVN CNI in KubeOne #3539

Open
mohamed-rafraf opened this issue Jan 21, 2025 · 3 comments
Open

Integrating KubeOVN CNI in KubeOne #3539

mohamed-rafraf opened this issue Jan 21, 2025 · 3 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.

Comments

@mohamed-rafraf
Copy link
Member

Description of the feature:

As a user, I would like KubeOVN CNI to be automatically installed and configured after the provisioning of a KubeOne cluster. This integration would streamline the process of leveraging the Kubermatic Cloud Stack, ensuring that the KubeOVN CNI is an integral part of the KubeOne installation process.

@mohamed-rafraf mohamed-rafraf added kind/feature Categorizes issue or PR as related to a new feature. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management. labels Jan 21, 2025
@mohamed-rafraf
Copy link
Member Author

/assign
/assign @ronissac88

@kron4eg
Copy link
Member

kron4eg commented Jan 22, 2025

KubeOVN CNI to be automatically installed

apiVersion: kubeone.k8c.io/v1beta2
kind: KubeOneCluster

...

clusterNetwork:
  cni:
    external: {}

helmReleases:
  - chart: kube-ovn
    repoURL: https://kubeovn.github.io/kube-ovn/
    namespace: kube-system
    version: v1.13.2
    values:
      - valuesFile: kube-ovn.yaml   # should contain MASTER_NODES: Node0IP,Node1IP,Node2IP

@kron4eg
Copy link
Member

kron4eg commented Jan 22, 2025

Is there anything else needed to be done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.
Projects
None yet
Development

No branches or pull requests

3 participants