Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleUtils command
# kubectl get node (test cluster)

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


...