You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this is problematic. I started something to use the config packages directly from k0s in #287 but it wasn't finished. It also would require constant updating like the current copy&paste k0s config template.
Maybe k0s releases could have the output of k0s default-config or k0s config create on github 🤔 Using k0sctl init --k0s would then look up the release on github and try to find the default config from there.
I'm looking for a workaround and want to check my understanding: both k0s default-config and k0s config create produce the authoritative default config; the output of either of those commands should be used to patch the spec.k0s section of the init file created with k0sctl init --k0s.
Yes. The problem is that k0sctl init can't go run the actual k0s to generate the config as at that point you're in the process of creating a config without having a k0s deployed somewhere yet, that's why it's currently just copy-pasted into code.
The version of the main unit is set to the latest, but the version in images is still old.
The text was updated successfully, but these errors were encountered: