mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
35 lines
1.8 KiB
Plaintext
35 lines
1.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_bare_metal/installing-bare-metal.adoc
|
|
// * installing/installing_bare_metal/installing-restricted-networks-bare-metal.adoc
|
|
// * installing/installing_bare_metal/installing-bare-metal-network-customizations.adoc
|
|
// * installing/installing_vsphere/installing-restricted-networks-vsphere.adoc
|
|
// * installing/installing_vsphere/installing-vsphere.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-installer-provisioned-customizations.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-installer-provisioned.adoc
|
|
// * installing/installing_vsphere/installing-vsphere-network-customizations.adoc
|
|
// * registry/configuring-registry-operator.adoc
|
|
// * registry/configuring_registry_storage/configuring-registry-storage-baremetal.adoc
|
|
// * registry/configuring_registry_storage/configuring-registry-storage-vsphere.adoc
|
|
|
|
[id="registry-removed_{context}"]
|
|
= Image registry removed during installation
|
|
|
|
On platforms that do not provide shareable object storage, the OpenShift Image
|
|
Registry Operator bootstraps itself as `Removed`. This allows
|
|
`openshift-installer` to complete installations on these platform types.
|
|
|
|
After installation, you must edit the Image Registry Operator configuration to
|
|
switch the `managementState` from `Removed` to `Managed`.
|
|
|
|
[NOTE]
|
|
====
|
|
The Prometheus console provides an `ImageRegistryRemoved` alert, for example:
|
|
|
|
"Image Registry has been removed. `ImageStreamTags`, `BuildConfigs` and
|
|
`DeploymentConfigs` which reference `ImageStreamTags` may not work as
|
|
expected. Please configure storage and update the config to `Managed`
|
|
state by editing configs.imageregistry.operator.openshift.io."
|
|
====
|