Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.02 KB

deployment.md

File metadata and controls

42 lines (32 loc) · 1.02 KB

Deployment Guide

Table of Contents generated with DocToc

RBAC

The service account is multicluster-operators-placementrule.

The role multicluster-operators-placementrule is binded to that service account.

Deployment

cd multicloud-operators-placementrule
kubectl apply -f deploy/crds
kubectl apply -f deploy

General process

Placementrule CR:

apiVersion: apps.open-cluster-management.io/v1
kind: PlacementRule
metadata:
  name: all-ready-clusters
  namespace: default
spec:
  clusterSelector: {}
  clusterConditions:
    - type: ManagedClusterConditionAvailable
      status: "True"