File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
deploy/helm/hdfs-operator/templates Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments