mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 10:47:25 +00:00
kubeadm: enable '--experimental-patches' flag for 'kubeadm join phase control-plane-join all' command
This commit is contained in:
@@ -43,7 +43,7 @@ func getControlPlaneJoinPhaseFlags(name string) []string {
|
||||
options.ControlPlane,
|
||||
options.NodeName,
|
||||
}
|
||||
if name == "etcd" {
|
||||
if name == "etcd" || name == "all" {
|
||||
flags = append(flags, options.Patches)
|
||||
}
|
||||
if name != "mark-control-plane" {
|
||||
|
Reference in New Issue
Block a user