From a8646ace7542c28ef4d81aeeca9fc3280dc06bb9 Mon Sep 17 00:00:00 2001 From: Ryan McGinnis Date: Tue, 18 Apr 2017 12:59:40 -0700 Subject: [PATCH] Update kubeadm.md - Running `--api-advertise-address` returns unknown flag error - `--apiserver-advertise-address` is the correct command, so this must have been a typo --- docs/admin/kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index cf51a98a38..bdf66086d3 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -70,7 +70,7 @@ It is usually sufficient to run `kubeadm init` without any flags, but in some cases you might like to override the default behaviour. Here we specify all the flags that can be used to customise the Kubernetes installation. -- `--api-advertise-address` +- `--apiserver-advertise-address` This is the address the API Server will advertise to other members of the cluster. This is also the address used to construct the suggested `kubeadm