From eb5238272b5f8164305142992521213f809958ba Mon Sep 17 00:00:00 2001 From: Zang Li Date: Mon, 23 Sep 2019 11:43:41 -0700 Subject: [PATCH] Fix the cluster role for typha horizontal scaler. --- .../typha-horizontal-autoscaler-clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml b/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml index 28cfbada6a4..466921ca711 100644 --- a/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml +++ b/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml @@ -8,4 +8,4 @@ metadata: rules: - apiGroups: [""] resources: ["nodes"] - verbs: ["list"] + verbs: ["list", "watch"]