Ingress のコンポーネントの状況の確認
仮想プライベートクラウド クラシック・インフラストラクチャー
状況およびメッセージの取得
クラスターの Ingress コンポーネントの全体的な正常性および状況を確認するには、以下のようにします。
ibmcloud oc ingress status-report get -c CLUSTER_NAME_OR_ID
Ingress のコンポーネントの状態は、Ingress Status および Ingress Message で報告されます。
出力例
Ingress Status: healthy
Message: All Ingress components are healthy.
Cluster Status
ingress-operator healthy
route-admission healthy
Subdomain Status
example-ae7743ca70a399d9cff4eaf617434c72-0000.us-south.containers.appdomain.cloud healthy
Router Status
router-default healthy
Secret Namespace Status
example-ae7743ca70a399d9cff4eaf617434c72-0000 ibm-cert-store healthy
example-ae7743ca70a399d9cff4eaf617434c72-0000 openshift-ingress healthy
Ingress Status フィールドと Ingress Message フィールドは、ibmcloud oc cluster get コマンドの出力でも返されます。
Ingress の状況
Ingress Status は、Ingress コンポーネントの全体的な正常性を反映しています。
| Ingress Status | 説明 |
|---|---|
healthy |
Ingress のコンポーネントは正常です。 |
warning |
一部の Ingress コンポーネントは正しく機能していない可能性があります。 |
critical |
一部の Ingress コンポーネントに不具合が発生しています。 |
disabled |
Ingress の状況レポートが無効です。 これは、 ibmcloud oc ingress status-report enable コマンドを使用してオンにすることができます。 |
unsupported |
Ingress 状況レポートは、サポート対象外のクラスター・バージョンでは使用できません。 |
unknown |
システムは Ingress 状況を計算できません。 |
Ingress のメッセージ
Ingress Message は、進行中の操作の詳細、または正常でないコンポーネントに関する情報を示しています。 状況とメッセージのそれぞれについて、以下の表で説明します。
| Ingress のメッセージ | 説明 |
|---|---|
The Ingress Operator is missing from the cluster. (ERRIONF). |
詳しくは、 Ingress 状況に ERRIONF エラーが表示されるのはなぜですか? を参照してください。 |
The Ingress Operator is in a degraded state (ERRIODEG). |
詳しくは、 Ingress 状況に ERRIODEG エラーが表示されるのはなぜですか? を参照してください。 |
One or more routes not admitted (ERRRNA). |
詳しくは、 Ingress 状況に ERRRNA エラーが表示されるのはなぜですか? を参照してください。 |
The external service is missing (ERRESNF). |
詳しくは、 Ingress 状況に ERRESNF エラーが表示されるのはなぜですか? を参照してください。 |
The service is missing one or more worker IPs (ERRSEIPM). |
詳しくは、 Ingress 状況に ERRSEIPM エラーが表示されるのはなぜですか? を参照してください。 |
The load balancer service address is missing (ERRSAM). |
詳しくは、 Ingress 状況に ERRSAM エラーが表示されるのはなぜですか? を参照してください。 |
Could not access Secrets Manager instance (ESSSMI). |
詳しくは、 Ingress 状況に ESSSMI エラーが表示されるのはなぜですか? を参照してください。 |
Could not access the secret group (ESSSMG). |
詳しくは、 Ingress 状況に ESSSMG エラーが表示されるのはなぜですか? を参照してください。 |
The CRN does not match the default secret with the same domain (ESSVC). |
詳しくは、 Ingress 状況に ESSVC エラーが表示されるのはなぜですか? を参照してください。 |
The certificate for TLS secret expired or will expire soon (ESSEC). |
詳しくは、 Ingress 状況に ESSEC エラーが表示されるのはなぜですか? を参照してください。 |
The Opaque secret field expired or will expire soon (ESSEF). |
詳しくは、 Ingress 状況に ESSEF エラーが表示されるのはなぜですか? を参照してください。 |
The secret status shows a warning (ESSWS). |
詳しくは、 Ingress 状況に ESSWS エラーが表示されるのはなぜですか? を参照してください。 |
The secret is not present on the cluster or is in the wrong namespace (ESSDNE). |
詳しくは、 Ingress 状況に ESSDNE エラーが表示されるのはなぜですか? を参照してください。 |
The external provider for the given subdomain has authorization issues (ERRDSAISS). |
詳しくは、 Ingress 状況に ERRDSAISS エラーが表示されるのはなぜですか? を参照してください。 |
The subdomain has TLS secret issues (ERRDSISS). |
詳しくは、 Ingress 状況に ERRDSISS エラーが表示されるのはなぜですか? を参照してください。 |
The subdomain has DNS resolution issues (ERRDRISS). |
詳しくは、 Ingress 状況に ERRDRISS エラーが表示されるのはなぜですか? を参照してください。 |
The subdomain has incorrect addresses registered (ERRDSIA). |
詳しくは、 Ingress 状況に ERRDSIA エラーが表示されるのはなぜですか? を参照してください。 |