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 · 2 comments
Open

Clarify docs on k0sConfig field #727

nealf opened this issue Sep 12, 2024 · 2 comments
Labels
keep Exempts issues and pull requests from stale workflow

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 👍

Copy link

The issue is marked as stale since no activity has been recorded in 30 days

@github-actions github-actions bot added the Stale label Jan 29, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2025
@apedriza apedriza reopened this Feb 7, 2025
@apedriza apedriza added keep Exempts issues and pull requests from stale workflow and removed Stale labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep Exempts issues and pull requests from stale workflow
Projects
None yet
Development

No branches or pull requests

3 participants