We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6b5191 + dce2322 commit 6b73cccCopy full SHA for 6b73ccc
cmd/kubeadm/app/cmd/phases/init/certs.go
@@ -95,7 +95,7 @@ func newCertSubPhases() []workflow.Phase {
95
Short: "Generate a private key for signing service account tokens along with its public key",
96
Long: saKeyLongDesc,
97
Run: runCertsSa,
98
- InheritFlags: []string{options.CertificatesDir},
+ InheritFlags: getCertPhaseFlags("sa"),
99
}
100
101
subPhases = append(subPhases, saPhase)
0 commit comments