you can see the list using kubectl --help . One of the ways is to loop over it using for loop. for node in $(kubectl get nodes -o name); do echo ...
確定! 回上一頁