9.2. QuayRegistry 엔드 포인트 및 시크릿 확인
다음 절차에 따라 QuayRegistry
엔드 포인트 및 시크릿을 찾으십시오.
프로세스
oc describe quayregistry
또는oc get quayregistry -o yaml
을 사용하여QuayRegistry
리소스를 검사하여 다음 명령을 입력하여 현재 끝점 및 시크릿을 찾을 수 있습니다.$ oc get quayregistry example-registry -n quay-enterprise -o yaml
출력 예
apiVersion: quay.redhat.com/v1 kind: QuayRegistry metadata: ... name: example-registry namespace: quay-enterprise ... spec: components: - kind: quay managed: true ... - kind: clairpostgres managed: true configBundleSecret: init-config-bundle-secret 1 status: currentVersion: 3.7.0 lastUpdated: 2022-05-11 13:28:38.199476938 +0000 UTC registryEndpoint: https://example-registry-quay-quay-enterprise.apps.docs.gcp.quaydev.org 2