[k8s] Fix RBAC for OCCM v1.17.0

At present, the openstack cloud controller manager tag v1.17.0 is broken
due to missing RBAC policy for leases. This patch addressed this
shortcoming and thereby allowing the nodes in the cluster to be
untainted.

story: 2007031
task: 37838

Change-Id: Ide46d90dd30b41edaeaa8632205cc23b9ba7f162
Signed-off-by: Bharat Kunwar <brtknr@bath.edu>
(cherry picked from commit b2393220c6)
This commit is contained in:
Bharat Kunwar 2019-12-18 17:13:25 +00:00 committed by Bharat Kunwar
parent 6dbbfc77e7
commit dda0adaf13
1 changed files with 8 additions and 0 deletions

View File

@ -241,6 +241,14 @@ items:
- list
- get
- watch
- apiGroups:
- "coordination.k8s.io"
resources:
- leases
verbs:
- get
- create
- update
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata: