mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
fix typo heathcheck
This commit is contained in:
parent
eee3e976d8
commit
81800964d8
@ -336,7 +336,7 @@ var (
|
|||||||
// KubeadmCertEtcdHealthcheck is the definition of the cert used by Kubernetes to check the health of the etcd server.
|
// KubeadmCertEtcdHealthcheck is the definition of the cert used by Kubernetes to check the health of the etcd server.
|
||||||
KubeadmCertEtcdHealthcheck = KubeadmCert{
|
KubeadmCertEtcdHealthcheck = KubeadmCert{
|
||||||
Name: "etcd-healthcheck-client",
|
Name: "etcd-healthcheck-client",
|
||||||
LongName: "certificate for liveness probes to healtcheck etcd",
|
LongName: "certificate for liveness probes to healthcheck etcd",
|
||||||
BaseName: kubeadmconstants.EtcdHealthcheckClientCertAndKeyBaseName,
|
BaseName: kubeadmconstants.EtcdHealthcheckClientCertAndKeyBaseName,
|
||||||
CAName: "etcd-ca",
|
CAName: "etcd-ca",
|
||||||
config: certutil.Config{
|
config: certutil.Config{
|
||||||
|
Loading…
Reference in New Issue
Block a user