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
Is your feature request related to a problem? Please describe.
With the latest update to the config handling, and the introduction of the runtime config, it is possible (in certain edge cases) that the running configuration will change, whereas the static file under /run/k0s/k0s.yaml will not reflect that.
Describe the solution you would like
A further enhancement to this feature would be to completely abandon the saving of the file to a static location, and instead use the already available Status socket for fetching the running config.
We can also attach the k0s config command to this socket and add a k0s config show command to view the currently running configuration.
Is your feature request related to a problem? Please describe.
With the latest update to the config handling, and the introduction of the runtime config, it is possible (in certain edge cases) that the running configuration will change, whereas the static file under
/run/k0s/k0s.yaml
will not reflect that.Describe the solution you would like
A further enhancement to this feature would be to completely abandon the saving of the file to a static location, and instead use the already available Status socket for fetching the running config.
We can also attach the
k0s config
command to this socket and add ak0s config show
command to view the currently running configuration.Describe alternatives you've considered
No response
Additional context
Depends on #1409
The text was updated successfully, but these errors were encountered: