[K8s]无yaml文件重启Pod
在没有pod 的yaml文件时,强制重启某个pod
kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -
来源 :https://www.jianshu.com/p/baa6b11062de
在没有pod 的yaml文件时,强制重启某个pod
kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -
来源 :https://www.jianshu.com/p/baa6b11062de
It's not who you are underneath, it's what you do that defines you
Brick walls are there for a reason :they let us prove how badly we want things