From 0385ac6c43b1d3948fe5193c88b375163784d6a7 Mon Sep 17 00:00:00 2001 From: Milind Chawre Date: Thu, 2 Jul 2020 00:19:14 +0530 Subject: [PATCH] Updating cluster-role.yaml to fix rbac --- examples/cri/cluster-role.yaml | 1 + examples/k8s/cluster-role.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/cri/cluster-role.yaml b/examples/cri/cluster-role.yaml index 14315bf29..024382365 100644 --- a/examples/cri/cluster-role.yaml +++ b/examples/cri/cluster-role.yaml @@ -15,6 +15,7 @@ rules: - replicationcontrollers - services - nodes + - namespaces verbs: - list - watch diff --git a/examples/k8s/cluster-role.yaml b/examples/k8s/cluster-role.yaml index cd4689573..6a7977684 100644 --- a/examples/k8s/cluster-role.yaml +++ b/examples/k8s/cluster-role.yaml @@ -16,6 +16,7 @@ rules: - replicationcontrollers - services - nodes + - namespaces - persistentvolumes - persistentvolumeclaims verbs: