Merge pull request #70584 from Songjoy/fix-typo
fix typo Kubernets to Kubernetes
This commit is contained in:
commit
1059feddbc
@ -236,7 +236,7 @@ var (
|
|||||||
// KubeadmCertRootCA is the definition of the Kubernetes Root CA for the API Server and kubelet.
|
// KubeadmCertRootCA is the definition of the Kubernetes Root CA for the API Server and kubelet.
|
||||||
KubeadmCertRootCA = KubeadmCert{
|
KubeadmCertRootCA = KubeadmCert{
|
||||||
Name: "ca",
|
Name: "ca",
|
||||||
LongName: "self-signed Kubernetes CA to provision identities for other Kubernets components",
|
LongName: "self-signed Kubernetes CA to provision identities for other Kubernetes components",
|
||||||
BaseName: kubeadmconstants.CACertAndKeyBaseName,
|
BaseName: kubeadmconstants.CACertAndKeyBaseName,
|
||||||
config: certutil.Config{
|
config: certutil.Config{
|
||||||
CommonName: "kubernetes",
|
CommonName: "kubernetes",
|
||||||
|
Loading…
Reference in New Issue
Block a user