Skip to content

abkieling/managed-tenants-bundles-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Build and publish Docker images

  1. Update operator versions in Makefile
  2. make bundle-build bundle-push
  3. make catalog-build catalog-push

Create secrets

Change to project openshift-operators:

oc project openshift-operators

Create pull secret:

oc create secret generic addon-pullsecret --from-file=.dockerconfigjson=<path/to/.docker/config.json> --type=kubernetes.io/dockerconfigjson

Create config secret:

create-cluster-secret $(create-cluster test | jq -r '.id') addon-connectors-operator-parameters

This command expects you to have cos-tools/bin in your PATH.

Create CatalogSource

oc apply -f catalog-source.yaml

Install the operators

Open the OpenShift console and use the OperatorHub to install the cos-fleetshard-sync operator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published