Table of Contents generated with DocToc
The service account is multicluster-operators-application
.
The role multicluster-operators-application
binds to that service account.
cd multicloud-operators-application
kubectl apply -f deploy/crds/standalone
kubectl apply -f deploy/crds
kubectl apply -f deploy
See the following general application CR sample:
apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
name: subscription-app
spec:
componentKinds:
- group: apps.open-cluster-management.io
kind: Subscription
descriptor: {}
selector:
matchExpressions:
- key: app
operator: In
values:
- subscription-app