Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. kubectl get pods --no-headers -o custom-columns=":metadata.name"
  2. #kubectl get pods --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}'
  3. #kubectl get pods -o=name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement