https://stackoverflow.com/questions/46123457/restart-container-within-pod
命令
kubectl exec -it [POD_NAME] -c [CONTAINER_NAME] -- /bin/sh -c "kill 1"
https://stackoverflow.com/questions/46123457/restart-container-within-pod
命令
kubectl exec -it [POD_NAME] -c [CONTAINER_NAME] -- /bin/sh -c "kill 1"
来源:https://www.cnblogs.com/robinunix/p/11325769.html