kubectl restart воссоздать капсул
kubectl get pod <pod_name> -n <namespace> -o yaml | kubectl replace --force -f -
Pieter Doornhein
kubectl get pod <pod_name> -n <namespace> -o yaml | kubectl replace --force -f -