Cluster administrators and Operator catalog maintainers can create and manage custom catalogs packaged using the bundle format on Operator Lifecycle Manager (OLM) in {product-title}.
Important
|
Kubernetes periodically deprecates certain APIs that are removed in subsequent releases. As a result, Operators are unable to use removed APIs starting with the version of {product-title} that uses the Kubernetes version that removed the API. If your cluster is using custom catalogs, see Controlling Operator compatibility with {product-title} versions for more details about how Operator authors can update their projects to help avoid workload issues and prevent incompatible upgrades. |
-
You have installed the
opm
CLI.
File-based catalogs are the latest iteration of the catalog format in Operator Lifecycle Manager (OLM). It is a plain text-based (JSON or YAML) and declarative config evolution of the earlier SQLite database format, and it is fully backwards compatible.
Important
|
As of {product-title} 4.11, the default Red Hat-provided Operator catalog releases in the file-based catalog format. The default Red Hat-provided Operator catalogs for {product-title} 4.6 through 4.10 released in the deprecated SQLite database format. The Many of the |
modules/olm-creating-index-image.adoc modules/olm-updating-index-image.adoc modules/olm-pruning-index-image.adoc
modules/olm-updating-sqlite-catalog-to-a-new-opm-version.adoc modules/olm-sqlite-catalog-configuring-elevated-permissions.adoc
-
See What is a secret? for more information on the types of secrets, including those used for registry credentials.
-
See Updating the global cluster pull secret for more details on the impact of changing this secret.
-
See Allowing pods to reference images from other secured registries for more details on linking pull secrets to service accounts per namespace.