Skip to content

OpenShift operator to install and manage IBM MCSP account-iam service

License

Notifications You must be signed in to change notification settings

YCShen1010/ibm-user-management-operator

 
 

Repository files navigation

ibm-user-management-operator

OpenShift operator to install and manage IBM MCSP account-iam service

Developer guide

Local development

  1. Install the CRDs
    make install
  2. Install the deployment manifests
    make deploy
  3. Build the docker image of the binary
    • In ibm.mk, set the development image tag with the version or string (e.g., "dev", "latest",...), and the development registry
      DEV_VERSION ?=1.0.0
      DEV_REGISTRY ?= quay.io/bedrockinstallerfid
    • Build the image
      make docker-build-dev
  4. Build and push bundle and catalog images
    make bundle-build-push-dev
    make catalog-build-push-dev

About

OpenShift operator to install and manage IBM MCSP account-iam service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 80.6%
  • Makefile 14.5%
  • Shell 2.6%
  • Dockerfile 1.8%
  • Python 0.5%