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 342946c commit c7eb802Copy full SHA for c7eb802
2 files changed
CHANGELOG.md
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
12
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13
- Add support for Kafka 3.9.1 ([#866]).
14
+- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
15
16
### Changed
17
deploy/helm/kafka-operator/templates/roles.yaml
@@ -13,6 +13,13 @@ rules:
verbs:
- list
- watch
+ # For automatic cluster domain detection
+ - apiGroups:
18
+ - ""
19
+ resources:
20
+ - nodes/proxy
21
+ verbs:
22
+ - get
23
- apiGroups:
24
- ""
25
resources:
0 commit comments