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.Questo contenuto non è disponibile nella lingua selezionata.
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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