We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f65016e + 3695f25 commit 303c1d2Copy full SHA for 303c1d2
test/e2e/e2e.sh
@@ -16,6 +16,8 @@
16
17
# Very Simple Script for testing the demo
18
19
+set -e
20
+
21
kind get clusters
22
kubectl get nodes
23
kubectl wait --for=condition=Ready nodes/dra-example-driver-cluster-worker --timeout=120s
0 commit comments