K8S集羣1.30版本執行命令需要在Pod和命令之間加--執行
示例如下

# kubectl exec -it -n default zentao-59b4d4448f-hwpvt -- bash

説明

  • 需要把命名空間寫在pod前面
  • pod命和需要執行的命令直接加--即可