mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
kubeadm:remove deprecated flags CSROnly and CSRDir
This commit is contained in:
parent
aae9c3418f
commit
538e7777c3
@ -120,8 +120,6 @@ func getCertPhaseFlags(name string) []string {
|
||||
flags := []string{
|
||||
options.CertificatesDir,
|
||||
options.CfgPath,
|
||||
options.CSROnly,
|
||||
options.CSRDir,
|
||||
options.KubernetesVersion,
|
||||
}
|
||||
if name == "all" || name == "apiserver" {
|
||||
|
Loading…
Reference in New Issue
Block a user