Unverified Commit 1059fedd authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70584 from Songjoy/fix-typo

fix typo Kubernets to Kubernetes
parents 79e3d6c0 e8a09871
...@@ -236,7 +236,7 @@ var ( ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment