mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #83029 from lzang/master
Fix the cluster role for typha horizontal scaler.
This commit is contained in:
commit
948870b584
@ -8,4 +8,4 @@ metadata:
|
|||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["nodes"]
|
resources: ["nodes"]
|
||||||
verbs: ["list"]
|
verbs: ["list", "watch"]
|
||||||
|
Loading…
Reference in New Issue
Block a user