mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
kubeadm: remove 'system:masters' organization from etcd/healthcheck-client certificate
This commit is contained in:
parent
f0dcf06140
commit
5fb543a411
@ -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},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user