kubectl exec -it nginx -- /bin/bash root@nginx:/#. 第一个kubectl exec 在容器内执行了 date 命令,第二个kubectl exec 使用 -i 和 -t 参数进入了 ...
確定! 回上一頁