From 866fc481953df49078c509ac5ef069a9a743f910 Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Wed, 10 Apr 2019 02:08:47 +0530 Subject: [PATCH] fix typo in ha page (#13735) Associated with #13734 --- 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 38f0425dfc..2fe567647a 100644 --- a/content/en/docs/setup/independent/high-availability.md +++ b/content/en/docs/setup/independent/high-availability.md @@ -129,7 +129,7 @@ the `networking` object of `ClusterConfiguration`. ```sh sudo kubeadm init --config=kubeadm-config.yaml --experimental-upload-certs ``` - - The `--experimental-upload-certs` flags is used to upload the certificates that should be shared + - The `--experimental-upload-certs` flag is used to upload the certificates that should be shared across all the control-plane instances to the cluster. If instead, you prefer to copy certs across control-plane nodes manually or using automation tools, please remove this flag and refer to [Manual certificate distribution](#manual-certs) section bellow.