mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-01 13:53:55 +00:00
This change allows mixing InitConfiguration/ClusterConfiguration with JoinConfiguration in a single YAML file, by performing the following changes: - Replace the explicit error in `DetectUnsupportedVersion` with a warning. - Modify `NodeConfigFileAndDefaultsToInternalConfig` to use only `JoinConfiguration`. Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>