Skip to content

Commit 91b0f3e

Browse files
authored
Merge pull request #69083 from dfitzmau/OCPBUGS-23390
OCPBUGS#23390: Removed the root statement from RH OCP 1.3.0 registry …
2 parents 5df9302 + 2f690dd commit 91b0f3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/mirror-registry-localhost-update.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ sudo ./mirror-registry upgrade -v
3333
* Users who upgrade _mirror registry for Red Hat OpenShift_ with the `./mirror-registry upgrade -v` flag must include the same credentials used when creating their mirror registry. For example, if you installed the _mirror registry for Red Hat OpenShift_ with `--quayHostname <host_example_com>` and `--quayRoot <example_directory_name>`, you must include that string to properly upgrade the mirror registry.
3434
====
3535
36-
* If you are upgrading the _mirror registry for Red Hat OpenShift_ from 1.2.z -> 1.3.0 and you used a specified directory in your 1.2.z deployment, you must pass in the new `--pgStorage`and `--quayStorage` flags. For example:
36+
* If you are upgrading the _mirror registry for Red Hat OpenShift_ from 1.2.z -> 1.3.0 and you used a specified directory in your 1.2.z deployment, you must pass in the new `--pgStorage` and `--quayStorage` flags. For example:
3737
+
3838
[source,terminal]
3939
----

modules/mirror-registry-release-notes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ The following advisory is available for the _mirror registry for Red Hat OpenShi
140140
+
141141
IPv6 is currently unsupported on _mirror registry for Red Hat OpenShift_ remote host installations.
142142

143-
* A new feature flag, `--quayStorage`, has been added. With this flag, users with root privileges can manually set the location of their Quay persistent storage.
143+
* A new feature flag, `--quayStorage`, has been added. By specifying this flag, you can manually set the location for the Quay persistent storage.
144144

145-
* A new feature flag, `--pgStorage`, has been added. With this flag, users with root privileges can manually set the location of their Postgres persistent storage.
145+
* A new feature flag, `--pgStorage`, has been added. By specifying this flag, you can manually set the location for the Postgres persistent storage.
146146

147147
* Previously, users were required to have root privileges (`sudo`) to install _mirror registry for Red Hat OpenShift_. With this update, `sudo` is no longer required to install _mirror registry for Red Hat OpenShift_.
148148
+

0 commit comments

Comments
 (0)