Skip to content

Commit 4d4af3e

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent 0c1ba53 commit 4d4af3e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ All notable changes to this project will be documented in this file.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1313
- The operator now defaults to `AES/CTR/NoPadding` for `dfs.encrypt.data.transfer.cipher.suite` to improve security and performance ([#693]).
1414
- The built-in Prometheus servlet is now enabled and metrics are exposed under the `/prom` path of all UI services ([#695]).
15-
- Added several properties to `hdfs-site.xml` and `core-site.xml` that improve general performance and reliability ([#696])
15+
- Add several properties to `hdfs-site.xml` and `core-site.xml` that improve general performance and reliability ([#696]).
16+
- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
1617

1718
### Changed
1819

deploy/helm/hdfs-operator/templates/roles.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ rules:
1414
- list
1515
- watch
1616
- get
17+
# For automatic cluster domain detection
18+
- apiGroups:
19+
- ""
20+
resources:
21+
- nodes/proxy
22+
verbs:
23+
- get
1724
- apiGroups:
1825
- ""
1926
resources:

0 commit comments

Comments
 (0)