File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,15 @@ deploy-dev-environment:
29
29
helm repo add flink-operator-repo https://downloads.apache.org/flink/flink-kubernetes-operator-1.4.0/
30
30
helm upgrade --install --atomic --set webhook.create=false flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator
31
31
kubectl apply -f " https://strimzi.io/install/latest?namespace=kafka" -n kafka
32
+ kubectl wait --for=condition=Established=True crds/kafkas.kafka.strimzi.io
32
33
kubectl apply -f " https://strimzi.io/examples/latest/kafka/kafka-ephemeral-single.yaml" -n kafka
33
34
kubectl apply -f ./deploy/dev
34
35
35
- deploy-samples :
36
+ deploy-samples : deploy
37
+ kubectl wait --for=condition=Established=True \
38
+ crds/subscriptions.hoptimator.linkedin.com \
39
+ crds/kafkatopics.hoptimator.linkedin.com \
40
+ crds/sqljobs.hoptimator.linkedin.com
36
41
kubectl apply -f ./deploy/samples
37
42
38
43
deploy-config :
You can’t perform that action at this time.
0 commit comments