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.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 7. Viewing Operator status
Understanding the state of the system in Operator Lifecycle Manager (OLM) is important for making decisions about and debugging problems with installed Operators. OLM provides insight into Subscriptions and related Catalog Source resources regarding their state and actions performed. This helps users better understand the healthiness of their Operators.
7.1. Condition types 링크 복사링크가 클립보드에 복사되었습니다!
Subscriptions can report the following condition types:
Condition | Description |
---|---|
| Some or all of the Catalog Sources to be used in resolution are unhealthy. |
| A Subscription’s InstallPlan is missing. |
| A Subscription’s InstallPlan is pending installation. |
| A Subscription’s InstallPlan has failed. |
7.2. Viewing Operator status using the CLI 링크 복사링크가 클립보드에 복사되었습니다!
You can view Operator status using the CLI.
Procedure
Use the
oc describe
command to inspect the Subscription resource:oc describe sub <subscription_name>
$ oc describe sub <subscription_name>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow In the command output, find the
Conditions
section:Copy to Clipboard Copied! Toggle word wrap Toggle overflow