Skip to content

Commit d13cb4a

Browse files
adwk67sbernauer
andauthored
Update docs/modules/hbase/examples/getting_started/getting_started.sh.j2
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 392eb93 commit d13cb4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/hbase/examples/getting_started/getting_started.sh.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ exit 1
5151
;;
5252
esac
5353

54-
# As of SDP 26.3 CRDs are managed by the operator not helm, so there should be an initial delay
55-
# to allow the CRDs to be detected
54+
# As of SDP 26.3 CRDs are managed by the operator (previously it was helm),
55+
# so we need to wait untill the CRDs are installed before creating the CRs.
5656
until kubectl get crd hbaseclusters.hbase.stackable.tech >/dev/null 2>&1; do sleep 1; done
5757

5858
echo "Creating ZooKeeper cluster"

0 commit comments

Comments
 (0)