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 4bf5fd8 commit 92c9292Copy full SHA for 92c9292
test/cluster-setup/sanity-check.sh
@@ -3,13 +3,10 @@
3
# Exit immediately if any command fails
4
set -e
5
6
-echo ">>> Sanity checks for e2e tests. If these tests fail, your e2e tests will also fail. <<<"
7
-
8
-kubectl get gatewayclasses traefik
9
+echo ">> Waiting for traefik gateway class to be accepted ..."
10
sleep 10
11
12
+echo ">>> Sanity checks for e2e tests. If these tests fail, your e2e tests will also fail. <<<"
13
14
echo "Checking e2egateway class traefik with accepted condition=true ..."
15
kubectl get gatewayclasses traefik -o jsonpath='{.status.conditions[?(@.type=="Accepted")].status}' | grep -q "True"
0 commit comments