File tree 3 files changed +3
-5
lines changed
docs/modules/hdfs/examples/getting_started
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ All notable changes to this project will be documented in this file.
17
17
- Use new label builders ([ #454 ] ).
18
18
- Change the liveness probes to use the web UI port and to fail after
19
19
one minute ([ #491 ] ).
20
- - Update the getting started script to use the listener class cluster-internal ([ #492 ] )
21
20
22
21
### Removed
23
22
@@ -41,7 +40,6 @@ All notable changes to this project will be documented in this file.
41
40
[ #474 ] : https://github.com/stackabletech/hdfs-operator/pull/474
42
41
[ #475 ] : https://github.com/stackabletech/hdfs-operator/pull/475
43
42
[ #491 ] : https://github.com/stackabletech/hdfs-operator/pull/491
44
- [ #492 ] : https://github.com/stackabletech/hdfs-operator/pull/492
45
43
46
44
## [ 23.11.0] - 2023-11-24
47
45
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
15
15
roleGroups :
16
16
default :
17
17
replicas : 2
18
18
dataNodes :
19
19
config :
20
- listenerClass : cluster-internal
20
+ listenerClass : external-unstable
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