Merge pull request #321 from seeker89/patch-2

Update the kube-proxy arguments for master
This commit is contained in:
Kelsey Hightower
2016-07-28 12:54:33 -07:00
committed by GitHub
+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