5.3.2. Modifying the QuayRegistry CR by using the CLI
To modify the QuayRegistry custom resource in Red Hat Quay, you can use the CLI to change component management settings. You can set managed components to unmanaged and use your own infrastructure.
Prerequisites
- You are logged in to your OpenShift Container Platform cluster as a user with admin privileges.
Procedure
Edit the
QuayRegistryCR by entering the following command:$ oc edit quayregistry <registry_name> -n <namespace>Make the desired changes to the
QuayRegistryCR.참고Setting a component to unmanaged (
managed: false) might require additional configuration. For more information about setting unmanaged components in theQuayRegistryCR, see Using unmanaged components for dependencies.- Save the changes.