We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf300c7 commit afc009cCopy full SHA for afc009c
testing/kuttl/e2e/exporter/13--check-exporter.yaml
@@ -4,17 +4,17 @@ kind: TestStep
4
commands:
5
- script: |
6
set -e
7
+ # Wait some time so that the instance pod is redeployed
8
+ # TODO: automate this wait
9
+ sleep 30
10
+
11
PRIMARY=$(
12
kubectl get pod --namespace "${NAMESPACE}" \
13
--output name --selector '
14
postgres-operator.crunchydata.com/cluster=exporter-tls,
15
postgres-operator.crunchydata.com/role=master'
16
)
17
- # Wait some time so that the instance pod is redeployed
- # TODO: automate this wait
- sleep 30
-
18
{
19
METRICS=$(kubectl exec --namespace "${NAMESPACE}" \
20
"${PRIMARY}" -c exporter \
0 commit comments