File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
docs/modules/hive/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
9396;;
9497esac
9598
99+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
100+ until kubectl get crd hiveclusters.hive.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
101+
96102echo " Install HiveCluster"
97103# tag::install-hive[]
98104kubectl apply -f hive-minio-credentials.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
9396;;
9497esac
9598
99+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
100+ until kubectl get crd hiveclusters.hive.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
101+
96102echo " Install HiveCluster"
97103# tag::install-hive[]
98104kubectl apply -f hive-minio-credentials.yaml
You can’t perform that action at this time.
0 commit comments