如果集羣有Pod正常無法刪除可以強制刪除 # kubectl delete pod redis-9f75fff8f-ms5tq --grace-period=0 --force -n namespace warning: Immediate deletion does not wait for confirmation that the running reso
K8S集羣1.30版本執行命令需要在Pod和命令之間加--執行 示例如下 # kubectl exec -it -n default zentao-59b4d4448f-hwpvt -- bash 説明 需要把命名空間寫在pod前面 pod命和需要執行的命令直接加--即可