Skip to content

Commit 254f3e2

Browse files
authored
Merge pull request kubernetes#95786 from Sh4d1/add_missing_kubeadm_patch
fix: add missing patch flag for kubeadm init phase control-plane
2 parents 3627a28 + 5fc4b4e commit 254f3e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kubeadm/app/cmd/phases/init/controlplane.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ func getControlPlanePhaseFlags(name string) []string {
100100
options.CertificatesDir,
101101
options.KubernetesVersion,
102102
options.ImageRepository,
103+
options.Patches,
103104
}
104105
if name == "all" || name == kubeadmconstants.KubeAPIServer {
105106
flags = append(flags,

0 commit comments

Comments
 (0)