From e3c194a073980623bea3bd612348721daf77e204 Mon Sep 17 00:00:00 2001 From: Deepak Punjabi Date: Fri, 21 Jun 2019 23:22:15 +0530 Subject: [PATCH] Corrected flag name from v.1.14 to v1.15 (#15051) --- .../production-environment/tools/kubeadm/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md b/content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md index ea63a381a6..dd29ca4b1a 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md @@ -124,7 +124,7 @@ the `networking` object of `ClusterConfiguration`. ```sh sudo kubeadm init --config=kubeadm-config.yaml --upload-certs ``` - - The `--experimental-upload-certs` flag is used to upload the certificates that should be shared + - The `--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.