Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.13 KB

deployment.md

File metadata and controls

48 lines (38 loc) · 1.13 KB

Deployment Guide

Table of Contents generated with DocToc

RBAC

The service account is multicluster-operators-application.

The role multicluster-operators-application binds to that service account.

Deployment

cd multicloud-operators-application
kubectl apply -f deploy/crds/standalone
kubectl apply -f deploy/crds
kubectl apply -f deploy

General process

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