Fix missing = when setting api advertised address

Similar to the pod-network-cird= issue, with no = there is no immediate problem but it causes trouble along the way (i.e. I wasn't able to access the dashboard via kubectl proxy)
This commit is contained in:
Nicolas Dextraze
2017-05-09 15:42:57 -07:00
committed by Andrew Chen
parent c1b8664cb6
commit 642043cfe1
+1 -1
View File
@@ -158,7 +158,7 @@ kubeadm init
**Note:** this will autodetect the network interface to advertise the master on
as the interface with the default gateway. If you want to use a different
interface, specify `--apiserver-advertise-address <ip-address>` argument to `kubeadm
interface, specify `--apiserver-advertise-address=<ip-address>` argument to `kubeadm
init`.
There are pod network implementations where the master also plays a role in