Unverified Commit e8a09871 authored by Songjoy's avatar Songjoy Committed by GitHub

fix typo Kubernets to Kubernetes

fix typo Kubernets to Kubernetes in line 239
parent 36909f43
...@@ -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