Skip to content

Commit

Permalink
Update kubeadm iptables cleanup command (cloudnativelabs#424)
Browse files Browse the repository at this point in the history
- Repository URL changed
- Update version
- Update flag (see cloudnativelabs#278)
  • Loading branch information
Nicolas Perraut authored and murali-reddy committed May 5, 2018
1 parent 09b2f13 commit 0a9b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Now since kube-router provides service proxy as well. Run below commands to remo

```sh
KUBECONFIG=/etc/kubernetes/admin.conf kubectl -n kube-system delete ds kube-proxy
docker run --privileged --net=host gcr.io/google_containers/kube-proxy-amd64:v1.7.3 kube-proxy --cleanup-iptables
docker run --privileged --net=host k8s.gcr.io/kube-proxy-amd64:v1.10.2 kube-proxy --cleanup
```


0 comments on commit 0a9b164

Please sign in to comment.