Mercurial > hg > config
view bin/k8s-pod-names.sh @ 851:a5eae2810f23
[syn] +x
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 10 Dec 2017 11:22:11 -0800 |
parents | d265e49b965e |
children |
line wrap: on
line source
#!/bin/bash kubectl get pods -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}'