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

Document configurable k0rdent CAPI providers #318

Open
nwneisen opened this issue Feb 27, 2025 · 0 comments
Open

Document configurable k0rdent CAPI providers #318

nwneisen opened this issue Feb 27, 2025 · 0 comments
Assignees
Labels

Comments

@nwneisen
Copy link
Collaborator

Document how MKE4 is configuring k0rdent CAPI providers.

https://github.com/MirantisContainers/mke/pull/475
https://github.com/MirantisContainers/mke-operator/pull/217

By default, the provider section is not output in the mke4.yaml output with mkectl init. When no providers are specified, MKE will only enable the sveltos provider because MKE4 depends on it. Once providers are specified, if sveltos is not one of them, it will be added.

The config to add providers to the MKE4 looks like

spec:
  providers:
    - name: k0smotron
    - name: cluster-api-provider-azure

Any valid k0rdent providers will work.

Note
Due to an issue with k0rdent that we are waiting on the next release to get a fix for, all providers are installed when the cluster is created. Once the cluster is up and running, the additional providers are disabled so they are not running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants