mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 06:04:02 +00:00
'kubeadm join' silently ignores --node-name and --cri-socket command line options if --config option is specified. In some cases it's much easier for users to override these parameters from the command line instead of updating config, especially for multi-node automatic deployments where only node name should be changed. Implemented setting 'name' and 'criSocket' options from the command line even if --config command line option is used.