mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
kubeadm: remove 'system:masters' organization from etcd/healthcheck-client certificate
This commit is contained in:
@@ -394,7 +394,6 @@ func KubeadmCertEtcdHealthcheck() *KubeadmCert {
|
||||
config: pkiutil.CertConfig{
|
||||
Config: certutil.Config{
|
||||
CommonName: kubeadmconstants.EtcdHealthcheckClientCertCommonName,
|
||||
Organization: []string{kubeadmconstants.SystemPrivilegedGroup},
|
||||
Usages: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user