Skip to content

Commit 317a6d1

Browse files
committed
revert to external-stable and deploy with stackablectl presets
1 parent cfd0869 commit 317a6d1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/modules/hdfs/examples/getting_started/getting_started.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zooke
2727
helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 0.0.0-dev
2828
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0.0-dev
2929
helm 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"
3636
stackablectl 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[]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ helm install --wait zookeeper-operator oci://{{ helm.repo_url }}/{{ helm.repo_na
2727
helm install --wait hdfs-operator oci://{{ helm.repo_url }}/{{ helm.repo_name }}/hdfs-operator --version {{ versions.hdfs }}
2828
helm install --wait commons-operator oci://{{ helm.repo_url }}/{{ helm.repo_name }}/commons-operator --version {{ versions.commons }}
2929
helm 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"
3636
stackablectl 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[]

docs/modules/hdfs/examples/getting_started/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
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

docs/modules/hdfs/examples/getting_started/hdfs.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
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

0 commit comments

Comments
 (0)