File tree Expand file tree Collapse file tree
docs/modules/zookeeper/examples/getting_started/code Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ exit 1
4343;;
4444esac
4545
46+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been
47+ # implemented (see that issue for details).
48+ until kubectl get crd zookeeperclusters.zookeeper.stackable.tech > /dev/null 2>&1 ; do
49+ echo " Waiting for CRDs to be installed"
50+ sleep 1
51+ done
52+
4653echo " Creating ZooKeeper cluster"
4754# tag::install-zookeeper[]
4855kubectl apply -f zookeeper.yaml
Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ exit 1
4343;;
4444esac
4545
46+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been
47+ # implemented (see that issue for details).
48+ until kubectl get crd zookeeperclusters.zookeeper.stackable.tech > /dev/null 2>&1 ; do
49+ echo " Waiting for CRDs to be installed"
50+ sleep 1
51+ done
52+
4653echo " Creating ZooKeeper cluster"
4754# tag::install-zookeeper[]
4855kubectl apply -f zookeeper.yaml
You can’t perform that action at this time.
0 commit comments