File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
docs/modules/hdfs/examples/getting_started Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Fixed
8
+
9
+ - Revert changing the getting started script to use the listener class ` cluster-internal ` ([ #492 ] ) ([ #493 ] ).
10
+
7
11
## [ 24.3.0] - 2024-03-20
8
12
9
13
### Added
@@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file.
19
23
- Use new label builders ([ #454 ] ).
20
24
- Change the liveness probes to use the web UI port and to fail after
21
25
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 ] ).
23
27
24
28
### Removed
25
29
@@ -45,6 +49,7 @@ All notable changes to this project will be documented in this file.
45
49
[ #475 ] : https://github.com/stackabletech/hdfs-operator/pull/475
46
50
[ #491 ] : https://github.com/stackabletech/hdfs-operator/pull/491
47
51
[ #492 ] : https://github.com/stackabletech/hdfs-operator/pull/492
52
+ [ #493 ] : https://github.com/stackabletech/hdfs-operator/pull/493
48
53
[ #495 ] : https://github.com/stackabletech/hdfs-operator/pull/495
49
54
[ #499 ] : https://github.com/stackabletech/hdfs-operator/pull/499
50
55
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ spec:
11
11
dfsReplication : 1
12
12
nameNodes :
13
13
config :
14
- listenerClass : cluster-internal
14
+ listenerClass : external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
15
15
roleGroups :
16
16
default :
17
17
replicas : 2
18
18
dataNodes :
19
19
config :
20
- listenerClass : cluster-internal
20
+ listenerClass : external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
21
21
roleGroups :
22
22
default :
23
23
replicas : 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name: simple-hdfs
6
6
spec:
7
7
image:
8
- productVersion: 3.3.6
8
+ productVersion: 3.3.4
9
9
clusterConfig:
10
10
zookeeperConfigMapName: simple-hdfs-znode
11
11
dfsReplication: 1
You can’t perform that action at this time.
0 commit comments