mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 03:44:04 +00:00
kubeadm: remove 'system:masters' organization from apiserver-etcd-client certificate
This commit is contained in:
@@ -410,7 +410,6 @@ func KubeadmCertEtcdAPIClient() *KubeadmCert {
|
||||
config: pkiutil.CertConfig{
|
||||
Config: certutil.Config{
|
||||
CommonName: kubeadmconstants.APIServerEtcdClientCertCommonName,
|
||||
Organization: []string{kubeadmconstants.SystemPrivilegedGroup},
|
||||
Usages: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user