From f86c00288f430b8615aba7f2efede1bd606424d6 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 20 Oct 2017 01:21:46 -0700 Subject: [PATCH] Add missing update-agent RBAC role to get pods * Drain now gets pods, deletes pods, and waits for deletion --- addons/cluo/cluster-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/cluo/cluster-role.yaml b/addons/cluo/cluster-role.yaml index 79f8d6d1..b7afcce2 100644 --- a/addons/cluo/cluster-role.yaml +++ b/addons/cluo/cluster-role.yaml @@ -34,6 +34,7 @@ rules: resources: - pods verbs: + - get - list - delete - apiGroups: