Update kube-proxy command

This commit is contained in:
Jerome Petazzoni
2019-10-29 20:31:18 -05:00
parent 23aaf7f58c
commit fb64c0d68f

View File

@@ -398,7 +398,7 @@ class: extra-details
- Start kube-proxy:
```bash
sudo kube-proxy --kubeconfig ~/kubeconfig
sudo kube-proxy --kubeconfig ~/.kube/config
```
- Expose our Deployment: