Install MCS SIG CRDs and roles

This installs the `multicluster.x-k8s.io` CRDs and roles for them

Fixes:submariner-io/lighthouse#336

Signed-off-by: Vishal Thapar <5137689+vthapar@users.noreply.github.com>
This commit is contained in:
Vishal Thapar
2020-11-02 08:29:12 -05:00
committed by Thomas Pantelis
parent f92523dbb1
commit c128fb42c5
4 changed files with 118 additions and 0 deletions
+3
View File
@@ -129,6 +129,9 @@ rules:
- apiGroups: ["submariner.io"]
resources: ["gateways"]
verbs: ["get", "list", "watch"]
- apiGroups: ["multicluster.x-k8s.io"]
resources: ["*"]
verbs: ["create", "get", "list", "watch", "update", "delete"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding