OpenShift operator to install and manage IBM MCSP account-iam service
- Install the CRDs
make install
- Install the deployment manifests
make deploy
- 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 registryDEV_VERSION ?=1.0.0 DEV_REGISTRY ?= quay.io/bedrockinstallerfid
- Build the image
make docker-build-dev
- In
- Build and push bundle and catalog images
make bundle-build-push-dev make catalog-build-push-dev