Show deployments too.
This commit is contained in:
parent
150205e490
commit
a8c777ad09
|
|
@ -11,6 +11,8 @@ kubectl get pods
|
|||
echo
|
||||
kubectl get statefulsets
|
||||
echo
|
||||
kubectl get deployments
|
||||
echo
|
||||
kubectl get pods -l name=postgres-operator -o jsonpath='{.items..metadata.annotations.step}'
|
||||
echo
|
||||
kubectl get pods -l application=spilo -o jsonpath='{.items..spec.containers..image}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue