From c133a321c718ecf55994ea8edb39627ee07ac904 Mon Sep 17 00:00:00 2001 From: rchowson Date: Sat, 8 Jun 2019 12:05:06 +1000 Subject: [PATCH] correct typo in home directory name (#14659) home directory given as /etc/kuberentes/pki should be /etc/kubernetes/pki --- content/en/docs/setup/independent/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/independent/high-availability.md b/content/en/docs/setup/independent/high-availability.md index 2fe567647a..0231f1908d 100644 --- a/content/en/docs/setup/independent/high-availability.md +++ b/content/en/docs/setup/independent/high-availability.md @@ -357,7 +357,7 @@ the creation of additional nodes could fail due to a lack of required SANs. {{< /caution >}} 1. Then on each joining control plane node you have to run the following script before running `kubeadm join`. - This script will move the previously copied certificates from the home directory to `/etc/kuberentes/pki`: + This script will move the previously copied certificates from the home directory to `/etc/kubernetes/pki`: ```sh USER=ubuntu # customizable