kubectl exec -it --namespace=tools mongo-pod -- bash -c "mongo". You forgot a space between "--" and "bash". To execute multiple commands ...
確定! 回上一頁