2.5.3. 애플리케이션 관리 CLI 명령

2.5.3.1. annotate

하나 이상의 리소스에서 주석을 업데이트합니다.

예제: 경로에 주석 추가

$ oc annotate route/test-route haproxy.router.openshift.io/ip_whitelist="192.168.1.10"

예제: 경로에서 주석 제거

$ oc annotate route/test-route haproxy.router.openshift.io/ip_whitelist-