- Kubernetes v1.13+. Use following link to find an environment or setup one.
- kubectl v1.11+ Use following link to download
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