OLM and Bundle CLI Overview
- olm status: 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.
- : 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
- : creates kustomize bases and a in
config/manifests
.
Bundles
make bundle
: runs the following commands:generate kustomize manifests
: see .- bundle validate: validates an Operator bundle image or unpacked manifests and metadata.
make bundle-build
: builds a bundle image using thebundle.Dockerfile
generated bymake bundle
.- : runs the given Operator’s bundle image with an existing OLM installation.
Package Manifests
- : creates a new or updates an existing versioned directory as part of the package manifests in the directory.
- run packagemanifests: runs an Operator’s package manifests format with an existing OLM installation.