This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.8.2.6.2. MeteringConfig 상태 확인
최근 오류를 디버깅하도록 MeteringConfig
사용자 정의 리소스의 .status
필드를 보는 데 유용할 수 있습니다. 다음 명령은 Invalid
유형이 있는 상태 메시지를 표시합니다.
oc -n openshift-metering get meteringconfig operator-metering -o=jsonpath='{.status.conditions[?(@.type=="Invalid")].message}'
$ oc -n openshift-metering get meteringconfig operator-metering -o=jsonpath='{.status.conditions[?(@.type=="Invalid")].message}'