Skip to content

Commit 948870b

Browse files
authored
Merge pull request kubernetes#83029 from lzang/master
Fix the cluster role for typha horizontal scaler.
2 parents 8274bec + eb52382 commit 948870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ metadata:
88
rules:
99
- apiGroups: [""]
1010
resources: ["nodes"]
11-
verbs: ["list"]
11+
verbs: ["list", "watch"]

0 commit comments

Comments
 (0)