...
Code Block | ||
---|---|---|
| ||
# kubectl get node (test cluster) # for i in `kubectl api-resources | awk '{print $1}'`; do kubectl get $i; done (show all resources) |
...
...
Code Block | ||
---|---|---|
| ||
# kubectl get node (test cluster) # for i in `kubectl api-resources | awk '{print $1}'`; do kubectl get $i; done (show all resources) |
...