diff --git a/deploy_quay_on_openshift_op_tng/master.adoc b/deploy_quay_on_openshift_op_tng/master.adoc index 1dde3dc2f..c3d31828a 100644 --- a/deploy_quay_on_openshift_op_tng/master.adoc +++ b/deploy_quay_on_openshift_op_tng/master.adoc @@ -54,7 +54,7 @@ include::modules/operator-unmanaged-hpa.adoc[leveloffset=+3] include::modules/operator-unmanaged-route.adoc[leveloffset=+3] include::modules/operator-unmanaged-monitoring.adoc[leveloffset=+3] include::modules/operator-unmanaged-mirroring.adoc[leveloffset=+3] -include::modules/operator-unmanaged-clair.adoc[leveloffset=+3] +include::modules/clair-unmanaged.adoc[leveloffset=+3] include::modules/operator-deploy.adoc[leveloffset=+1] diff --git a/modules/georepl-deploy-operator.adoc b/modules/georepl-deploy-operator.adoc index 4538f90d3..594a51b14 100644 --- a/modules/georepl-deploy-operator.adoc +++ b/modules/georepl-deploy-operator.adoc @@ -86,7 +86,7 @@ DISTRIBUTED_STORAGE_PREFERENCE: - usstorage - eustorage ---- -<1> The PostgreSQL DB_URI must also be included in the Clair configuration file. For more information about retrieving the Clair configuration file on OpenShift, see link:https://access.redhat.com/documentation/en-us/red_hat_quay/3/html/deploy_red_hat_quay_on_openshift_with_the_quay_operator/quay_operator_features#clair-openshift-config[Retrieving the Clair config]. +<1> To retrieve the configuration file for a Clair instance deployed using the OpenShift Operator, see link:https://access.redhat.com/documentation/en-us/red_hat_quay/3/html/deploy_red_hat_quay_on_openshift_with_the_quay_operator/quay_operator_features#clair-openshift-config[Retrieving the Clair config]. Create the `configBundleSecret`: diff --git a/modules/operator-unmanaged-clair.adoc b/modules/operator-unmanaged-clair.adoc deleted file mode 100644 index aa1c4d66e..000000000 --- a/modules/operator-unmanaged-clair.adoc +++ /dev/null @@ -1,4 +0,0 @@ -[[operator-unmanaged-clair]] -= Unmanaged Clair - -For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.7/html-single/manage_quay#clair-unmanaged[Unmanaged Clair configuration] diff --git a/modules/restoring-red-hat-quay.adoc b/modules/restoring-red-hat-quay.adoc index 3d8d9d2e0..3ef1b0773 100644 --- a/modules/restoring-red-hat-quay.adoc +++ b/modules/restoring-red-hat-quay.adoc @@ -48,7 +48,7 @@ $ oc scale --replicas=0 deployment $(oc get deployment -n -l quay-component=quay -o jsonpath='{.items[0].metadata.name}') -n ----- +---- . Identify your Quay database pod: + @@ -92,12 +92,10 @@ postgres=# \l Example output: + [source,terminal] - List of databases - Name | Owner | Encoding | Collate | Ctype | Access privileges -----------------------------+----------------------------+----------+------------+------------+----------------------- +---- postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 | quayregistry-quay-database | quayregistry-quay-database | UTF8 | en_US.utf8 | en_US.utf8 | - +---- . Drop the database: +