Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
c90b87e2
Unverified
Commit
c90b87e2
authored
Jan 06, 2026
by
hhzhang16
Committed by
GitHub
Jan 06, 2026
Browse files
fix: add endpointslices RBAC permission for Planner service account (#5195)
Signed-off-by:
Hannah Zhang
<
hannahz@nvidia.com
>
parent
11d7d3f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
deploy/helm/charts/platform/components/operator/templates/planner.yaml
...harts/platform/components/operator/templates/planner.yaml
+12
-0
No files found.
deploy/helm/charts/platform/components/operator/templates/planner.yaml
View file @
c90b87e2
...
...
@@ -42,6 +42,12 @@ rules:
-
apiGroups
:
[
"
nvidia.com"
]
resources
:
[
"
dynamographdeploymentscalingadapters/scale"
]
verbs
:
[
"
patch"
]
-
apiGroups
:
[
"
discovery.k8s.io"
]
resources
:
[
"
endpointslices"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
]
-
apiGroups
:
[
"
nvidia.com"
]
resources
:
[
"
dynamoworkermetadatas"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
,
"
create"
,
"
update"
,
"
patch"
,
"
delete"
]
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
RoleBinding
...
...
@@ -74,4 +80,10 @@ rules:
-
apiGroups
:
[
"
nvidia.com"
]
resources
:
[
"
dynamographdeploymentscalingadapters/scale"
]
verbs
:
[
"
patch"
]
-
apiGroups
:
[
"
discovery.k8s.io"
]
resources
:
[
"
endpointslices"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
]
-
apiGroups
:
[
"
nvidia.com"
]
resources
:
[
"
dynamoworkermetadatas"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
,
"
create"
,
"
update"
,
"
patch"
,
"
delete"
]
{{
- end
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment