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