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:
committed by
Andrew Chen
parent
c1b8664cb6
commit
642043cfe1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user