You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the following sections for instructions on accessing the registry, including
10
11
viewing logs and metrics, as well as securing and exposing the registry.
11
12
@@ -14,10 +15,16 @@ you to push images to or pull them from the integrated registry directly using
14
15
operations like `podman push` or `podman pull`. To do so, you must be logged in
15
16
to the registry using the `podman login` command. The operations you can perform
16
17
depend on your user permissions, as described in the following sections.
18
+
endif::openshift-dedicated,openshift-rosa[]
17
19
20
+
ifdef::openshift-dedicated,openshift-rosa[]
21
+
In {product-title}, Red Hat Site Reliability Engineering (SRE) manages the registry for you. However, you can check the status of the registry pods and view the registry logs.
22
+
endif::openshift-dedicated,openshift-rosa[]
23
+
24
+
ifndef::openshift-dedicated,openshift-rosa[]
18
25
== Prerequisites
19
26
20
-
* You have access to the cluster as a user with the cluster-admin role.
27
+
* You have access to the cluster as a user with the `cluster-admin` role.
21
28
* You must have configured an identity provider (IDP).
22
29
* For pulling images, for example when using the `podman pull` command,
23
30
the user must have the `registry-viewer` role. To add this role, run the following command:
Copy file name to clipboardExpand all lines: registry/configuring-registry-operator.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ If insufficient information is available to define a complete `configs.imageregi
31
31
32
32
The Image Registry Operator runs in the `openshift-image-registry` namespace, and manages the registry instance in that location as well. All configuration and workload resources for the registry reside in that namespace.
33
33
34
+
ifndef::openshift-dedicated,openshift-rosa[]
34
35
[IMPORTANT]
35
36
====
36
37
The Image Registry Operator's behavior for managing the pruner is orthogonal to the `managementState` specified on the `ClusterOperator` object for the Image Registry Operator. If the Image Registry Operator is not in the `Managed` state, the image pruner can still be configured and managed by the `Pruning` custom resource.
@@ -40,22 +41,22 @@ However, the `managementState` of the Image Registry Operator alters the behavio
40
41
* `Managed`: the `--prune-registry` flag for the image pruner is set to `true`.
41
42
* `Removed`: the `--prune-registry` flag for the image pruner is set to `false`, meaning it only prunes image metatdata in etcd.
42
43
====
44
+
endif::openshift-dedicated,openshift-rosa[]
43
45
44
46
ifndef::openshift-dedicated,openshift-rosa[]
45
47
[id="image-registry-on-bare-metal-vsphere"]
46
48
== Image Registry on bare metal, Nutanix, and vSphere
0 commit comments