Skip to content

Commit 4afd6d6

Browse files
zerkmsmurali-reddy
authored andcommitted
Updated the kube-proxy cleanup command to use the newer version (#762)
LGTM. Thanks for the pr @zerkms
1 parent 94fd7b6 commit 4afd6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Now since kube-router provides service proxy as well. Run below commands to remo
2626

2727
```sh
2828
KUBECONFIG=/etc/kubernetes/admin.conf kubectl -n kube-system delete ds kube-proxy
29-
docker run --privileged -v /lib/modules:/lib/modules --net=host k8s.gcr.io/kube-proxy-amd64:v1.10.2 kube-proxy --cleanup
29+
docker run --privileged -v /lib/modules:/lib/modules --net=host k8s.gcr.io/kube-proxy-amd64:v1.15.1 kube-proxy --cleanup
3030
```
3131

3232

0 commit comments

Comments
 (0)