File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33watch -c "
4- kubectl get postgresql
4+ kubectl get postgresql --all-namespaces
55echo
66echo -n 'Rolling upgrade pending: '
77kubectl get statefulset -o jsonpath='{.items..metadata.annotations.zalando-postgres-operator-rolling-update-required}'
88echo
99echo
10- kubectl get pods -o wide
10+ echo 'Pods'
11+ kubectl get pods -l application=spilo -l name=postgres-operator -l application=db-connection-pooler -o wide --all-namespaces
1112echo
12- kubectl get statefulsets
13+ echo 'Statefulsets'
14+ kubectl get statefulsets --all-namespaces
1315echo
14- kubectl get deployments
16+ echo 'Deployments'
17+ kubectl get deployments --all-namespaces -l application=db-connection-pooler -l name=postgres-operator
1518echo
1619echo
1720echo 'Step from operator deployment'
You can’t perform that action at this time.
0 commit comments