File tree Expand file tree Collapse file tree
docs/modules/opensearch/examples/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20+ echo " Waiting for node(s) to be ready..."
21+ kubectl wait node --all --for=condition=Ready --timeout=120s
22+
2023cd " $( dirname " $0 " ) "
2124
2225case " $1 " in
4548;;
4649esac
4750
51+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
52+ until kubectl get crd opensearchclusters.opensearch.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
53+
4854echo " Creating OpenSearch security plugin configuration"
4955# tag::apply-security-config[]
5056kubectl apply -f initial-opensearch-security-config.yaml
Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20+ echo " Waiting for node(s) to be ready..."
21+ kubectl wait node --all --for=condition=Ready --timeout=120s
22+
2023cd " $( dirname " $0 " ) "
2124
2225case " $1 " in
4548;;
4649esac
4750
51+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
52+ until kubectl get crd opensearchclusters.opensearch.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
53+
4854echo " Creating OpenSearch security plugin configuration"
4955# tag::apply-security-config[]
5056kubectl apply -f initial-opensearch-security-config.yaml
You can’t perform that action at this time.
0 commit comments