kubectl restart odtworzyć POD
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 -