Skip to content

Commit

Permalink
Merge pull request #48978 from aivantsov/patch-1
Browse files Browse the repository at this point in the history
Simplify kube-proxy refresh once the kube-proxy ConfigMap is updated
  • Loading branch information
k8s-ci-robot authored Dec 10, 2024
2 parents fc3f183 + 672c2a7 commit cd9b5fe
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,10 @@ The configuration is located under the `data.config.conf` key.

Once the `kube-proxy` ConfigMap is updated, you can restart all kube-proxy Pods:

Obtain the Pod names:
Delete the Pods with:

```shell
kubectl get po -n kube-system | grep kube-proxy
```

Delete a Pod with:

```shell
kubectl delete po -n kube-system <pod-name>
kubectl delete po -n kube-system -l k8s-app=kube-proxy
```

New Pods that use the updated ConfigMap will be created.
Expand Down

0 comments on commit cd9b5fe

Please sign in to comment.