From 7e692c9c21bae441ffc97d85271ca3960ba2f506 Mon Sep 17 00:00:00 2001 From: Illia Oleksiuk <42911468+ioleksiuk@users.noreply.github.com> Date: Tue, 14 Jun 2022 13:10:53 +0300 Subject: [PATCH] Typo "crytographic"Setting up the cluster section --- .../tools/kubeadm/setup-ha-etcd-with-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md index 0573fb942e..c5abcde425 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md @@ -45,7 +45,7 @@ The general approach is to generate all certs on one node and only distribute the *necessary* files to the other nodes. {{< note >}} -kubeadm contains all the necessary crytographic machinery to generate +kubeadm contains all the necessary cryptographic machinery to generate the certificates described below; no other cryptographic tooling is required for this example. {{< /note >}}