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
commit 948870b584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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