File tree Expand file tree Collapse file tree
docs/modules/nifi/examples/getting_started Expand file tree Collapse file tree 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
4851;;
4952esac
5053
54+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
55+ until kubectl get crd nificlusters.nifi.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
56+
5157echo " Create NiFi admin credentials"
5258# tag::install-nifi-credentials[]
5359kubectl apply -f - << EOF
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
4851;;
4952esac
5053
54+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
55+ until kubectl get crd nificlusters.nifi.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
56+
5157echo " Create NiFi admin credentials"
5258# tag::install-nifi-credentials[]
5359kubectl apply -f - << EOF
You can’t perform that action at this time.
0 commit comments