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
Compared with the available config on k3s cli page, we are missing several configs (like pause-image, resolv-conf). We could do best effort for exposing these configs in KThreesServerConfig and KThreesAgentConfig, but also allow the user to add key-value like configuration to a map structure, so that if certain config is missing in KThreesServerConfig, one could still add it🤔
The text was updated successfully, but these errors were encountered:
I find that multiple config files is already supported by k3s, one could add arbitrary configs by create a file to /etc/rancher/k3s/config.yaml.d/*.yaml. This issue is with low priority.
We could still add the configuration to KThreesServerConfig if it is commonly used.
Compared with the available config on k3s cli page, we are missing several configs (like
pause-image
,resolv-conf
). We could do best effort for exposing these configs inKThreesServerConfig
andKThreesAgentConfig
, but also allow the user to add key-value like configuration to a map structure, so that if certain config is missing inKThreesServerConfig
, one could still add it🤔The text was updated successfully, but these errors were encountered: