4.2.2. 외부 DNS Operator 배포
소프트웨어 카탈로그에서 외부 DNS Operator를 온디맨드로 배포할 수 있습니다. 외부 DNS Operator를 배포하면 Subscription 개체가 생성됩니다.
외부 DNS Operator는 olm.openshift.io API 그룹에서 외부 DNS API를 구현합니다. 외부 DNS Operator는 서비스, 경로 및 외부 DNS 공급자를 업데이트합니다.
사전 요구 사항
-
yqCLI 툴을 설치했습니다.
프로세스
다음 명령을 실행하여 설치 계획의 이름(예:
install-zcvlr)을 확인합니다.$ oc -n external-dns-operator get sub external-dns-operator -o yaml | yq '.status.installplan.name'다음 명령을 실행하여 설치 계획의 상태가
Complete인지 확인합니다.$ oc -n external-dns-operator get ip <install_plan_name> -o yaml | yq '.status.phase'다음 명령을 실행하여
external-dns-operator배포의 상태를 확인합니다.$ oc get -n external-dns-operator deployment/external-dns-operator출력 예
NAME READY UP-TO-DATE AVAILABLE AGE external-dns-operator 1/1 1 1 23h