kubectl exec <pod-name> -c <container-name> date // Get an interactive TTY and run /bin/bash from pod <pod-name>. By default, output is from the first ...
確定! 回上一頁