You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and waitForKubectl "get pod""$DEPLOYMENT-sngl""1/1 *Running" 1 120
14
+
and waitForKubectl "get service""$DEPLOYMENT *ClusterIP" 8529 1 120
15
+
and waitForKubectl "get service""$DEPLOYMENT-ea *LoadBalancer""-v;pending" 1 180
16
+
or fail "Deployment did not get ready."
17
+
18
+
# Automatic check
19
+
set ip (getLoadBalancerIP "$DEPLOYMENT-ea")
20
+
testArangoDB $ip 120
21
+
or fail "ArangoDB was not reachable."
22
+
23
+
# Manual check
24
+
output "Work""Now please check external access on this URL with your browser:"" https://$ip:8529/""then type the outcome followed by ENTER.""Furthermore, put some data in and kill the single server pod.""Wait until it comes back and then see if the data is still there."
0 commit comments