The kube proxy server starts as an add-on module, which means that Kubelet will automatically restart it if it disappears. This means that you can restart the kube-proxy module by simply removing it:
$ kubectl delete pod --namespace=kube-system kube-proxy-${NODE_NAME}
$NODE_NAME - node, - ( , kubectl get pods --kube-system kube-proxy-).
- kube , , /etc/kubernetes/manifests node.