mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Add back --cert-dir option for init phase certs sa
This commit is contained in:
parent
9f4a495a41
commit
35faaab570
@ -115,6 +115,7 @@ func newCertSubPhases() []workflow.Phase {
|
|||||||
Short: "Generates a private key for signing service account tokens along with its public key",
|
Short: "Generates a private key for signing service account tokens along with its public key",
|
||||||
Long: saKeyLongDesc,
|
Long: saKeyLongDesc,
|
||||||
Run: runCertsSa,
|
Run: runCertsSa,
|
||||||
|
InheritFlags: []string{options.CertificatesDir},
|
||||||
}
|
}
|
||||||
|
|
||||||
subPhases = append(subPhases, saPhase)
|
subPhases = append(subPhases, saPhase)
|
||||||
|
Loading…
Reference in New Issue
Block a user