Files
kubernetes/cmd
Ed Bartosh 012e46320b kubeadm: override node registration options from command line
'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.
2018-11-20 16:26:57 +02:00
..
2018-05-04 17:02:20 -04:00
2018-06-22 16:22:57 -07:00
2018-11-10 07:50:31 -05:00
2018-05-04 17:02:20 -04:00
2018-11-10 07:50:31 -05:00
2018-11-10 07:50:31 -05:00
2018-02-15 12:01:00 -08:00