Skip to content

Commit 4fae6b4

Browse files
author
Steven Smith
committed
Updates mirror registry for openshift docs
1 parent 69b6f51 commit 4fae6b4

6 files changed

+11
-12
lines changed

installing/disconnected_install/installing-mirroring-creating-registry.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ If you already have a container image registry, such as Red Hat Quay, you can sk
1414
== Prerequisites
1515

1616
* An {product-title} subscription.
17-
* {op-system-base-full} 8 with Podman 3.3 and OpenSSL installed.
17+
* {op-system-base-full} 8 and 9 with Podman 3.3 and OpenSSL installed.
1818
* Fully qualified domain name for the Red Hat Quay service, which must resolve through a DNS server.
19-
* Passwordless `sudo` access on the target host.
2019
* Key-based SSH connectivity on the target host. SSH keys are automatically generated for local installs. For remote hosts, you must generate your own SSH keys.
2120
* 2 or more vCPUs.
2221
* 8 GB of RAM.

modules/mirror-registry-localhost.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installing the _mirror registry for Red Hat OpenShift_ using the `mirror-registr
2121
+
2222
[source,terminal]
2323
----
24-
$ sudo ./mirror-registry install \
24+
$ ./mirror-registry install \
2525
--quayHostname <host_example_com> \
2626
--quayRoot <example_directory_name>
2727
----

modules/mirror-registry-release-notes.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ The following advisory is available for the _mirror registry for Red Hat OpenShi
2626

2727
* _Mirror registry for Red Hat OpenShift_ is now supported on {op-system-base-full} 9 installations.
2828

29-
* IPv6 support is now available on _Mirror registry for Red Hat OpenShift_ local host installations.
29+
* IPv6 support is now available on _mirror registry for Red Hat OpenShift_ local host installations.
3030
+
31-
IPv6 is currently unsupported on _Mirror registry for Red Hat OpenShift_ remote host installations.
31+
IPv6 is currently unsupported on _mirror registry for Red Hat OpenShift_ remote host installations.
3232

3333
* 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.
3434

3535
* 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.
3636

37-
* 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_.
37+
* 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_.
3838
+
39-
When _Mirror registry for Red Hat OpenShift_ was installed with `sudo`, an `/etc/quay-install` directory that contained installation files, local storage, and the configuration bundle was created. With the removal of the `sudo` requirement, installation files and the configuration bundle are now installed to `$HOME/quay-install`. Local storage, for example Postgres and Quay, are now stored in named volumes automatically created by Podman.
39+
When _mirror registry for Red Hat OpenShift_ was installed with `sudo`, an `/etc/quay-install` directory that contained installation files, local storage, and the configuration bundle was created. With the removal of the `sudo` requirement, installation files and the configuration bundle are now installed to `$HOME/quay-install`. Local storage, for example Postgres and Quay, are now stored in named volumes automatically created by Podman.
4040
+
41-
To override the default directories that these files are stored in, you can use the command line arguments for _Mirror registry for Red Hat OpenShift_. For more information about _Mirror registry for Red Hat OpenShift_ command line arguments, see "_Mirror registry for Red Hat OpenShift_ flags".
41+
To override the default directories that these files are stored in, you can use the command line arguments for _mirror registry for Red Hat OpenShift_. For more information about _mirror registry for Red Hat OpenShift_ command line arguments, see "_Mirror registry for Red Hat OpenShift_ flags".
4242

4343
=== Bug fixes
4444

45-
* Previously, the following error could be returned when attempting to uninstall _Mirror registry for Red Hat OpenShift_: `["Error: no container with name or ID \"quay-postgres\" found: no such container"], "stdout": "", "stdout_lines": []***`. With this update, the order that _Mirror registry for Red Hat OpenShift_ services are stopped and uninstalled have been changed so that the error no longer occurs when uninstalling _Mirror registry for Red Hat OpenShift_. For more information, see link:https://issues.redhat.com/browse/PROJQUAY-4629[*PROJQUAY-4629*].
45+
* Previously, the following error could be returned when attempting to uninstall _mirror registry for Red Hat OpenShift_: `["Error: no container with name or ID \"quay-postgres\" found: no such container"], "stdout": "", "stdout_lines": []***`. With this update, the order that _mirror registry for Red Hat OpenShift_ services are stopped and uninstalled have been changed so that the error no longer occurs when uninstalling _mirror registry for Red Hat OpenShift_. For more information, see link:https://issues.redhat.com/browse/PROJQUAY-4629[*PROJQUAY-4629*].
4646

4747

4848
[id="mirror-registry-for-openshift-1-2-9"]

modules/mirror-registry-remote-host-update.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When updating, there is intermittent downtime of your mirror registry, as it is
2323
+
2424
[source,terminal]
2525
----
26-
$ sudo ./mirror-registry upgrade -v --targetHostname <remote_host_url> --targetUsername <user_name> -k ~/.ssh/my_ssh_key
26+
$ ./mirror-registry upgrade -v --targetHostname <remote_host_url> --targetUsername <user_name> -k ~/.ssh/my_ssh_key
2727
----
2828
+
2929
[NOTE]

modules/mirror-registry-remote.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installing the _mirror registry for Red Hat OpenShift_ using the `mirror-registr
2121
+
2222
[source,terminal]
2323
----
24-
$ sudo ./mirror-registry install -v \
24+
$ ./mirror-registry install -v \
2525
--targetHostname <host_example_com> \
2626
--targetUsername <example_user> \
2727
-k ~/.ssh/my_ssh_key \

modules/mirror-registry-uninstall.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
+
1010
[source,terminal]
1111
----
12-
$ sudo ./mirror-registry uninstall -v \
12+
$ ./mirror-registry uninstall -v \
1313
--quayRoot <example_directory_name>
1414
----
1515
+

0 commit comments

Comments
 (0)