mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +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{
|
flags := []string{
|
||||||
options.CertificatesDir,
|
options.CertificatesDir,
|
||||||
options.CfgPath,
|
options.CfgPath,
|
||||||
options.CSROnly,
|
|
||||||
options.CSRDir,
|
|
||||||
options.KubernetesVersion,
|
options.KubernetesVersion,
|
||||||
}
|
}
|
||||||
if name == "all" || name == "apiserver" {
|
if name == "all" || name == "apiserver" {
|
||||||
|
Loading…
Reference in New Issue
Block a user