kubectl exec -it "$(kubectl get pods | grep -Eo '^[^ ]+' | grep portal)" bash. Or, even more: kubectl exec -c portal-container -it ...
確定! 回上一頁