mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix: add missing patch flag for kubeadm init phase control-plane
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
This commit is contained in:
parent
ededd08ba1
commit
5fc4b4ea8f
@ -100,6 +100,7 @@ func getControlPlanePhaseFlags(name string) []string {
|
||||
options.CertificatesDir,
|
||||
options.KubernetesVersion,
|
||||
options.ImageRepository,
|
||||
options.Patches,
|
||||
}
|
||||
if name == "all" || name == kubeadmconstants.KubeAPIServer {
|
||||
flags = append(flags,
|
||||
|
Loading…
Reference in New Issue
Block a user