OLM and Bundle CLI Overview
- olm install: install a particular version of OLM.
- : check the status of a particular version of OLM running in a cluster. This command can infer the version of an error-free OLM installation.
- olm uninstall: uninstall a particular version of OLM running in a cluster. This command can infer the version of an error-free OLM installation.
Manifests and metadata
- generate kustomize manifests: creates kustomize bases and a in
config/manifests
.
Bundles
make bundle-build
: builds a bundle image using thebundle.Dockerfile
generated bymake bundle
.
Package Manifests
- : runs an Operator’s package manifests format with an existing OLM installation.