We can still do what we want thanks to UNIX tools like xargs. kubectl get pods -o name | xargs -I{} kubectl exec {} -- <command goes here>.
確定! 回上一頁