Update the kube-proxy arguments for master

`kube-proxy` doesn't accept `--api-masters=`, it takes `--master=` instead
This commit is contained in:
Mikolaj Pawlikowski
2016-04-05 11:27:12 +01:00
parent d956b20b4d
commit 3932b2ecdc
+2 -2
View File
@@ -394,10 +394,10 @@ kubelet.
Arguments to consider:
- If following the HTTPS security approach:
- `--api-servers=https://$MASTER_IP`
- `--master=https://$MASTER_IP`
- `--kubeconfig=/var/lib/kube-proxy/kubeconfig`
- Otherwise, if taking the firewall-based security approach
- `--api-servers=http://$MASTER_IP`
- `--master=http://$MASTER_IP`
### Networking