File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
docs/modules/hdfs/examples/getting_started Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zooke
2727helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 0.0.0-dev
2828helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0.0-dev
2929helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0.0-dev
30- helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0.0-dev
30+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0.0-dev --set preset=stable-nodes
3131# end::helm-install-operators[]
3232;;
3333" stackablectl" )
@@ -36,7 +36,7 @@ echo "installing Operators with stackablectl"
3636stackablectl operator install \
3737 commons=0.0.0-dev \
3838 secret=0.0.0-dev \
39- listener=0.0.0-dev \
39+ listener=0.0.0-dev --listener-class-preset stable-nodes \
4040 zookeeper=0.0.0-dev \
4141 hdfs=0.0.0-dev
4242# end::stackablectl-install-operators[]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ helm install --wait zookeeper-operator oci://{{ helm.repo_url }}/{{ helm.repo_na
2727helm install --wait hdfs-operator oci://{{ helm.repo_url }}/{{ helm.repo_name }}/hdfs-operator --version {{ versions.hdfs }}
2828helm install --wait commons-operator oci://{{ helm.repo_url }}/{{ helm.repo_name }}/commons-operator --version {{ versions.commons }}
2929helm install --wait secret-operator oci://{{ helm.repo_url }}/{{ helm.repo_name }}/secret-operator --version {{ versions.secret }}
30- helm install --wait listener-operator oci://{{ helm.repo_url }}/{{ helm.repo_name }}/listener-operator --version {{ versions.listener }}
30+ helm install --wait listener-operator oci://{{ helm.repo_url }}/{{ helm.repo_name }}/listener-operator --version {{ versions.listener }} --set preset=stable-nodes
3131# end::helm-install-operators[]
3232;;
3333" stackablectl" )
@@ -36,7 +36,7 @@ echo "installing Operators with stackablectl"
3636stackablectl operator install \
3737 commons={{ versions.commons }} \
3838 secret={{ versions.secret }} \
39- listener={{ versions.listener }} \
39+ listener={{ versions.listener }} --listener-class-preset stable-nodes \
4040 zookeeper={{ versions.zookeeper }} \
4141 hdfs={{ versions.hdfs }}
4242# end::stackablectl-install-operators[]
Original file line number Diff line number Diff line change 1111 dfsReplication : 1
1212 nameNodes :
1313 config :
14- listenerClass : external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
14+ listenerClass : external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
1515 roleGroups :
1616 default :
1717 replicas : 2
Original file line number Diff line number Diff line change 1111 dfsReplication: 1
1212 nameNodes:
1313 config:
14- listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
14+ listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
1515 roleGroups:
1616 default:
1717 replicas: 2
You can’t perform that action at this time.
0 commit comments