Merge pull request #83029 from lzang/master

Fix the cluster role for typha horizontal scaler.
This commit is contained in:
Kubernetes Prow Robot
2019-09-24 13:37:53 -07:00
committed by GitHub

View File

@@ -8,4 +8,4 @@ metadata:
rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list"]
verbs: ["list", "watch"]