Skip to content

Commit 045e2c9

Browse files
authored
docs: Revert using cluster-internal for getting started guide (#493)
* docs: Revert using cluster-internal for getting started guide * Update hdfs.yaml * changelog
1 parent 6eea2f8 commit 045e2c9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Revert changing the getting started script to use the listener class `cluster-internal` ([#492]) ([#493]).
10+
711
## [24.3.0] - 2024-03-20
812

913
### Added
@@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file.
1923
- Use new label builders ([#454]).
2024
- Change the liveness probes to use the web UI port and to fail after
2125
one minute ([#491]).
22-
- Update the getting started script to use the listener class cluster-internal ([#492])
26+
- Update the getting started script to use the listener class `cluster-internal` ([#492]).
2327

2428
### Removed
2529

@@ -45,6 +49,7 @@ All notable changes to this project will be documented in this file.
4549
[#475]: https://github.com/stackabletech/hdfs-operator/pull/475
4650
[#491]: https://github.com/stackabletech/hdfs-operator/pull/491
4751
[#492]: https://github.com/stackabletech/hdfs-operator/pull/492
52+
[#493]: https://github.com/stackabletech/hdfs-operator/pull/493
4853
[#495]: https://github.com/stackabletech/hdfs-operator/pull/495
4954
[#499]: https://github.com/stackabletech/hdfs-operator/pull/499
5055

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

Lines changed: 2 additions & 2 deletions
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 # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
1515
roleGroups:
1616
default:
1717
replicas: 2
1818
dataNodes:
1919
config:
20-
listenerClass: cluster-internal
20+
listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
2121
roleGroups:
2222
default:
2323
replicas: 1

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

Lines changed: 1 addition & 1 deletion
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)