We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ce0bd9 + 2780060 commit 1f3256bCopy full SHA for 1f3256b
cmd/kubeadm/app/phases/certs/certlist.go
@@ -291,7 +291,7 @@ func KubeadmCertKubeletClient() *KubeadmCert {
291
config: pkiutil.CertConfig{
292
Config: certutil.Config{
293
CommonName: kubeadmconstants.APIServerKubeletClientCertCommonName,
294
- Organization: []string{kubeadmconstants.SystemPrivilegedGroup},
+ Organization: []string{kubeadmconstants.ClusterAdminsGroupAndClusterRoleBinding},
295
Usages: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth},
296
},
297
0 commit comments