Merge pull request #70584 from Songjoy/fix-typo

fix typo Kubernets to Kubernetes
This commit is contained in:
k8s-ci-robot
2018-11-05 11:42:17 -08:00
committed by GitHub

View File

@@ -236,7 +236,7 @@ var (
// KubeadmCertRootCA is the definition of the Kubernetes Root CA for the API Server and kubelet.
KubeadmCertRootCA = KubeadmCert{
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,
config: certutil.Config{
CommonName: "kubernetes",