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
Currently k0s API config uses node config, fed from a config-file flag, and cluster-config, derived from a CR.
This is causing unneeded complexity in the code, where different commands expecting to fetch a certain attribute is not fetching the right kind of config.
We should think and discuss an alternative method and merge the two kinds of configuration.
The text was updated successfully, but these errors were encountered:
Currently k0s API config uses node config, fed from a config-file flag, and cluster-config, derived from a CR.
This is causing unneeded complexity in the code, where different commands expecting to fetch a certain attribute is not fetching the right kind of config.
We should think and discuss an alternative method and merge the two kinds of configuration.
The text was updated successfully, but these errors were encountered: