Skip to content

Commit 4afc220

Browse files
authored
[chore] [target-allocator] Update docs with correct ClusterRole after latest release (#1556)
* Add endpointslices to cluster role Signed-off-by: Matej Gera <[email protected]> * Clarify use of [chore] directive Signed-off-by: Matej Gera <[email protected]> --------- Signed-off-by: Matej Gera <[email protected]>
1 parent 5abbc81 commit 4afc220

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ Your pull-request should add a new `.yaml` file to this directory. The name of y
143143

144144
During the collector release process, all `./.chloggen/*.yaml` files are transcribed into `CHANGELOG.md` and then deleted.
145145

146+
If a changelog entry is not required, add either `[chore]` to the title of the pull request or add the `"Skip Changelog"` label to disable this action.
147+
146148
**Recommended Steps**
147149
1. Create an entry file using `make chlog-new`. This generates a file based on your current branch (e.g. `./.chloggen/my-branch.yaml`)
148150
2. Fill in all fields in the new file

cmd/otel-allocator/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ rules:
111111
resources:
112112
- configmaps
113113
verbs: ["get"]
114+
- apiGroups:
115+
- discovery.k8s.io
116+
resources:
117+
- endpointslices
118+
verbs: ["get", "list", watch"]
114119
- apiGroups:
115120
- networking.k8s.io
116121
resources:

0 commit comments

Comments
 (0)