Skip to content

Commit c12456e

Browse files
committed
feat(helm): Add RBAC rule for automatic cluster domain detection
1 parent e250565 commit c12456e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1111
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1212
- Added support for HBase 2.6.2 ([#659]):
13+
- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
1314

1415
### Changed
1516

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ rules:
1212
verbs:
1313
- list
1414
- watch
15+
# For automatic cluster domain detection
16+
- apiGroups:
17+
- ""
18+
resources:
19+
- nodes/proxy
20+
verbs:
21+
- get
1522
- apiGroups:
1623
- ""
1724
resources:

0 commit comments

Comments
 (0)