mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #79291 from icheikhrouhou/feature/fix_typo
fix typo heathcheck in kubeadm generated file
This commit is contained in:
commit
30dfed8e51
@ -336,7 +336,7 @@ var (
|
||||
// KubeadmCertEtcdHealthcheck is the definition of the cert used by Kubernetes to check the health of the etcd server.
|
||||
KubeadmCertEtcdHealthcheck = KubeadmCert{
|
||||
Name: "etcd-healthcheck-client",
|
||||
LongName: "certificate for liveness probes to healtcheck etcd",
|
||||
LongName: "certificate for liveness probes to healthcheck etcd",
|
||||
BaseName: kubeadmconstants.EtcdHealthcheckClientCertAndKeyBaseName,
|
||||
CAName: "etcd-ca",
|
||||
config: certutil.Config{
|
||||
|
Loading…
Reference in New Issue
Block a user