mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #103152 from navist2020/remove/deprecatedFlags
kubeadm:remove deprecated flags CSROnly and CSRDir
This commit is contained in:
commit
042472d02d
@ -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