Show deployments too.

This commit is contained in:
Jan Mußler 2020-10-26 21:51:58 +01:00
parent 150205e490
commit a8c777ad09
1 changed files with 2 additions and 0 deletions

View File

@ -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}'