We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250565 commit c12456eCopy full SHA for c12456e
CHANGELOG.md
@@ -10,6 +10,7 @@
10
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
11
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
12
- Added support for HBase 2.6.2 ([#659]):
13
+- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
14
15
### Changed
16
deploy/helm/hbase-operator/templates/roles.yaml
@@ -12,6 +12,13 @@ rules:
verbs:
- list
- watch
+ # For automatic cluster domain detection
+ - apiGroups:
17
+ - ""
18
+ resources:
19
+ - nodes/proxy
20
+ verbs:
21
+ - get
22
- apiGroups:
23
- ""
24
resources:
0 commit comments