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
This commit is contained in:
Ryan McGinnis 2017-04-18 12:59:40 -07:00 committed by GitHub
parent 1879e0a6b5
commit a8646ace75
1 changed files with 1 additions and 1 deletions

View File

@ -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