Skip to content

Commit bfb828a

Browse files
committed
[Docs] Add get nodes rule to K8s ClusterRole
1 parent 107fefe commit bfb828a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/concepts/backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ projects:
10551055
verbs: ["get", "create", "delete"]
10561056
- apiGroups: [""]
10571057
resources: ["nodes"]
1058-
verbs: ["list"]
1058+
verbs: ["list", "get"]
10591059
```
10601060

10611061
Ensure you've created a ClusterRoleBinding to grant the role to the user or the service account you're using.

0 commit comments

Comments
 (0)