Skip to content

Commit 497bf1b

Browse files
committed
docs: Revert using cluster-internal for getting started guide
1 parent bc0d9a9 commit 497bf1b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ All notable changes to this project will be documented in this file.
1717
- Use new label builders ([#454]).
1818
- Change the liveness probes to use the web UI port and to fail after
1919
one minute ([#491]).
20-
- Update the getting started script to use the listener class cluster-internal ([#492])
2120

2221
### Removed
2322

@@ -41,7 +40,6 @@ All notable changes to this project will be documented in this file.
4140
[#474]: https://github.com/stackabletech/hdfs-operator/pull/474
4241
[#475]: https://github.com/stackabletech/hdfs-operator/pull/475
4342
[#491]: https://github.com/stackabletech/hdfs-operator/pull/491
44-
[#492]: https://github.com/stackabletech/hdfs-operator/pull/492
4543

4644
## [23.11.0] - 2023-11-24
4745

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ spec:
1111
dfsReplication: 1
1212
nameNodes:
1313
config:
14-
listenerClass: cluster-internal
14+
listenerClass: external-stable
1515
roleGroups:
1616
default:
1717
replicas: 2
1818
dataNodes:
1919
config:
20-
listenerClass: cluster-internal
20+
listenerClass: external-unstable
2121
roleGroups:
2222
default:
2323
replicas: 1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-hdfs
66
spec:
77
image:
8-
productVersion: 3.3.6
8+
productVersion: 3.3.4
99
clusterConfig:
1010
zookeeperConfigMapName: simple-hdfs-znode
1111
dfsReplication: 1

0 commit comments

Comments
 (0)