mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Merge pull request #121837 from neolit123/1.29-remove-system-masters-from-kubelet-client-cert
kubeadm: change SystemPrivilegedGroup in apiserve-kubelet-client.crt
This commit is contained in:
commit
1f3256bbac
@ -291,7 +291,7 @@ func KubeadmCertKubeletClient() *KubeadmCert {
|
||||
config: pkiutil.CertConfig{
|
||||
Config: certutil.Config{
|
||||
CommonName: kubeadmconstants.APIServerKubeletClientCertCommonName,
|
||||
Organization: []string{kubeadmconstants.SystemPrivilegedGroup},
|
||||
Organization: []string{kubeadmconstants.ClusterAdminsGroupAndClusterRoleBinding},
|
||||
Usages: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user