Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 761 Bytes

getting_started.md

File metadata and controls

27 lines (18 loc) · 761 Bytes

Getting Started

Prerequisite

  • Kubernetes v1.13+. Use following link to find an environment or setup one.
  • kubectl v1.11+ Use following link to download

Build subscription

Build and run the operator

Run as deployment inside the cluster

cd $GOPATH/src/github.com/IBM/multicloud-operators-subscription

# Setup environemnt for subscription operator
# Set service account
kubectl apply -f deploy/service_account.yaml
# Set role and role binding in working namespace
kubectl create -f deploy/role.yaml
kubectl create -f deploy/role_binding.yaml
# Deploy subscrition operator

Run locally outside the cluster