From d2aa1a2866adbcdf42dfad6ecdf6676be3a44062 Mon Sep 17 00:00:00 2001 From: Loc Nguyen Date: Fri, 8 Mar 2019 13:50:55 -0800 Subject: [PATCH] Update RBAC to allow node controller to set noderef (#813) The node controller attempts to update machine.status.noderef, but the privileges aren't set. This RBAC change should allow the node controller to update the noderef. Resolves #812 --- config/rbac/rbac_role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rbac/rbac_role.yaml b/config/rbac/rbac_role.yaml index e20560a6ebad..89327bcde017 100644 --- a/config/rbac/rbac_role.yaml +++ b/config/rbac/rbac_role.yaml @@ -89,6 +89,7 @@ rules: - cluster.k8s.io resources: - machines + - machines/status verbs: - get - list