mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #55823 from openshift-cherrypick-robot/cherry-pick-55806-to-enterprise-4.13
[enterprise-4.13] [OCPBUGS-6506] Follow up error
This commit is contained in:
@@ -5,20 +5,28 @@
|
||||
// * installing/installing_platform_agnostic/installing-platform-agnostic.adoc
|
||||
// * registry/configuring_registry_storage/configuring-registry-storage-baremetal
|
||||
// * installing/installing_ibm_z/installing-ibm-z.adoc
|
||||
// * installing/installing_ibm_z/installing-ibm-z-kvm.adoc
|
||||
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z.adoc
|
||||
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z-kvm.adoc
|
||||
|
||||
|
||||
ifeval::["{context}" == "installing-ibm-z"]
|
||||
:ibm-z:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
|
||||
:ibm-z:
|
||||
:restricted:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-ibm-z-kvm"]
|
||||
:ibm-z:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
|
||||
:ibm-z:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-ibm-power"]
|
||||
:ibm-power:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
|
||||
:ibm-power:
|
||||
:restricted:
|
||||
endif::[]
|
||||
|
||||
:_content-type: PROCEDURE
|
||||
@@ -27,7 +35,7 @@ ifndef::ibm-z,ibm-power[]
|
||||
= Configuring registry storage for bare metal and other manual installations
|
||||
endif::ibm-z,ibm-power[]
|
||||
ifdef::ibm-z[]
|
||||
= Configuring registry storage for IBM Z
|
||||
= Configuring registry storage for {ibmzProductName}
|
||||
endif::ibm-z[]
|
||||
ifdef::ibm-power[]
|
||||
= Configuring registry storage for IBM Power
|
||||
@@ -41,10 +49,9 @@ registry to use storage.
|
||||
* You have access to the cluster as a user with the `cluster-admin` role.
|
||||
* You have a cluster
|
||||
ifndef::ibm-z,ibm-power[that uses manually-provisioned {op-system-first} nodes, such as bare metal.]
|
||||
ifdef::ibm-z[on IBM Z.]
|
||||
ifdef::ibm-z[on {ibmzProductName}.]
|
||||
ifdef::ibm-power[on IBM Power.]
|
||||
ifndef::ibm-z[* You have provisioned persistent storage for your cluster, such as {rh-storage-first}.]
|
||||
ifdef::ibm-z[* You have provisioned persistent storage for your cluster.]
|
||||
* You have provisioned persistent storage for your cluster, such as {rh-storage-first}.
|
||||
+
|
||||
[IMPORTANT]
|
||||
====
|
||||
@@ -108,8 +115,8 @@ $ oc get clusteroperator image-registry
|
||||
.Example output
|
||||
[source,terminal]
|
||||
----
|
||||
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
|
||||
image-registry 4.7 True False False 6h50m
|
||||
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
|
||||
image-registry 4.12 True False False 6h50m
|
||||
----
|
||||
+
|
||||
. Ensure that your registry is set to managed to enable building and pushing of images.
|
||||
@@ -137,12 +144,16 @@ ifeval::["{context}" == "installing-ibm-z"]
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
|
||||
:!ibm-z:
|
||||
:!restricted:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-ibm-z-kvm"]
|
||||
:!ibm-z:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
|
||||
:!ibm-z:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-ibm-power"]
|
||||
:!ibm-power:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
|
||||
:!ibm-power:
|
||||
:!restricted:
|
||||
endif::[]
|
||||
|
||||
Reference in New Issue
Block a user