Skip to content

Commit

Permalink
wait for operator deployment
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Jul 10, 2023
1 parent 1164003 commit f024d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.d/k8s.mk
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ k8s/metrics/jaeger/deploy:
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
helm install jaeger jaegertracing/jaeger-operator --version $(JAEGER_OPERATOR_VERSION)
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=jaeger-operator --timeout=60s
kubectl wait --for=condition=available deployment/jaeger-jaeger-operator --timeout=60s
sleep $(JAEGER_OPERATOR_WAIT_DURATION)
kubectl apply -f k8s/metrics/jaeger/jaeger.yaml

Expand Down

0 comments on commit f024d9e

Please sign in to comment.