fix typo Kubernets to Kubernetes
fix typo Kubernets to Kubernetes in line 239
This commit is contained in:
parent
36909f43f0
commit
e8a09871e0
@ -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