File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
docs/modules/kafka/examples/getting_started Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2020 exit 1
2121fi
2222
23+ echo " Waiting for node(s) to be ready..."
24+ kubectl wait node --all --for=condition=Ready --timeout=120s
25+
2326cd " $( dirname " $0 " ) "
2427
2528case " $1 " in
5053;;
5154esac
5255
56+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
57+ until kubectl get crd kafkaclusters.kafka.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
58+
5359echo " Installing ZooKeeper from zookeeper.yaml"
5460# tag::install-zookeeper[]
5561kubectl apply -f zookeeper.yaml
Original file line number Diff line number Diff line change 2020 exit 1
2121fi
2222
23+ echo " Waiting for node(s) to be ready..."
24+ kubectl wait node --all --for=condition=Ready --timeout=120s
25+
2326cd " $( dirname " $0 " ) "
2427
2528case " $1 " in
5053;;
5154esac
5255
56+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
57+ until kubectl get crd kafkaclusters.kafka.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
58+
5359echo " Installing ZooKeeper from zookeeper.yaml"
5460# tag::install-zookeeper[]
5561kubectl apply -f zookeeper.yaml
You can’t perform that action at this time.
0 commit comments