Use kubectl describe pod ... to find the node running your Pod and the container ID ( docker://... ) SSH into the node; run docker exec -it ...
確定! 回上一頁