view bin/k8s-pod-names.sh @ 878:e641fdf325bb

STUB: installing silvermirror
author Jeff Hammel <k0scist@gmail.com>
date Sat, 11 May 2019 14:39:45 -0700
parents d265e49b965e
children
line wrap: on
line source

#!/bin/bash

kubectl get pods -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}'