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🤔
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 inKThreesServerConfigandKThreesAgentConfig, 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🤔