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

Clarify docs on k0sConfig field #727

Open
nealf opened this issue Sep 12, 2024 · 1 comment
Open

Clarify docs on k0sConfig field #727

nealf opened this issue Sep 12, 2024 · 1 comment

Comments

@nealf
Copy link

nealf commented Sep 12, 2024

The configuration page for standalone mode isn't clear about what needs to be included in the k0sConfig field. It took a little while to realize we needed to add a full ClusterConfig definition like the following instead of just the spec portion:

spec:
  k0sConfig:
    apiVersion: k0s.k0sproject.io/v1beta1
    kind: ClusterConfig
    metadata:
      name: k0s
    spec:
      network:
        provider: custom

It might help others to mention that, and I'm happy to open a PR for that if you'd like.

@jnummelin
Copy link
Member

PR very welcome 👍

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

No branches or pull requests

2 participants