Skip to content

Commit 6e1ecf6

Browse files
authored
Merge pull request #44241 from kelbrown20/clarifying-registry-pod-1964063
BZ1964063 - Adding clarification for verifying registry pods
2 parents 714ed90 + 5b2387e commit 6e1ecf6

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

modules/registry-configuring-storage-baremetal.adoc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,19 @@ When using shared storage, review your security settings to prevent outside acce
6767
+
6868
[source,terminal]
6969
----
70-
$ oc get pod -n openshift-image-registry
70+
$ oc get pod -n openshift-image-registry -l docker-registry=default
71+
----
72+
+
73+
.Example output
74+
[source,terminal]
75+
----
76+
No resourses found in openshift-image-registry namespace
7177
----
7278
+
7379
[NOTE]
7480
=====
75-
If the storage type is `emptyDIR`, the replica number cannot be greater than `1`.
81+
If you do have a registry pod in your output, you do not need to continue with this procedure.
7682
=====
77-
+
7883
. Check the registry configuration:
7984
+
8085
[source,terminal]
@@ -100,6 +105,13 @@ Leave the `claim` field blank to allow the automatic creation of an
100105
$ oc get clusteroperator image-registry
101106
----
102107
+
108+
.Example output
109+
[source,terminal]
110+
----
111+
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
112+
image-registry 4.7 True False False 6h50m
113+
----
114+
+
103115
. Ensure that your registry is set to managed to enable building and pushing of images.
104116
+
105117
* Run:

modules/registry-configuring-storage-vsphere.adoc

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,19 @@ When using shared storage, review your security settings to prevent outside acce
5959
+
6060
[source,terminal]
6161
----
62-
$ oc get pod -n openshift-image-registry
62+
$ oc get pod -n openshift-image-registry -l docker-registry=default
63+
----
64+
+
65+
.Example output
66+
[source,terminal]
67+
----
68+
No resourses found in openshift-image-registry namespace
6369
----
6470
+
6571
[NOTE]
6672
=====
67-
If the storage type is `emptyDIR`, the replica number cannot be greater than `1`.
73+
If you do have a registry pod in your output, you do not need to continue with this procedure.
6874
=====
69-
+
7075
. Check the registry configuration:
7176
+
7277
[source,terminal]
@@ -90,6 +95,14 @@ storage:
9095
----
9196
$ oc get clusteroperator image-registry
9297
----
98+
+
99+
.Example output
100+
[source,terminal]
101+
----
102+
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
103+
image-registry 4.8 True False False 6h50m
104+
----
105+
93106
//+
94107
//There will be warning similar to:
95108
//+

0 commit comments

Comments
 (0)