Skip to content

Commit e435884

Browse files
committed
Verify CI setup for gevals suite kiali
Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>
1 parent d5a2ef0 commit e435884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/kiali.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install-istio-addons: install-istio
3131
kubectl apply -f dev/config/istio/kiali.yaml -n istio-system
3232
kubectl wait --namespace istio-system --for=condition=available deployment/kiali --timeout=300s
3333
kubectl wait --namespace istio-system --for=condition=available deployment/prometheus --timeout=300s
34+
kubectl wait --for=condition=Ready pod --all -n istio-system --timeout=300s
3435

3536
# Install Bookinfo demo
3637
.PHONY: install-bookinfo-demo

0 commit comments

Comments
 (0)