Vérification du statut des composants Ingress
Cloud privé virtuel Infrastructure classique
Obtention du statut et du message
Pour vérifier l'état de santé générale et le statut des composants Ingress de votre cluster :
ibmcloud oc ingress status-report get -c CLUSTER_NAME_OR_ID
L'état des composants Ingress est indiqué dans les colonnes Statut Ingress et Message Ingress.
Exemple de sortie
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
Les zones Statut Ingress et Message Ingress sont également renvoyées dans la sortie de la commande ibmcloud oc cluster get.
Statuts Ingress
Le statut Ingress reflète la santé générale des composants Ingress.
| Statut Ingress | Description |
|---|---|
healthy |
Les composants Ingress sont sains. |
warning |
Il se peut que certains composants Ingress ne fonctionnent pas correctement. |
critical |
Certains composants Ingress ne fonctionnent pas correctement. |
disabled |
La génération de rapports d'état Ingress est désactivée. Vous pouvez l'activer à l'aide de la commande ibmcloud oc ingress status-report enable. |
unsupported |
La génération de rapports de statut Ingress n'est pas disponible pour les versions de cluster non prises en charge. |
unknown |
Le système ne peut pas calculer le statut Ingress. |
Messages Ingress
Le message Ingress fournit des détails sur l'opération en cours ou des informations sur les composants qui sont défectueux. Chaque statut et chaque message sont décrits dans les tableaux ci-après.
| Message Ingress | Description |
|---|---|
The Ingress Operator is missing from the cluster. (ERRIONF). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRIONF?. |
The Ingress Operator is in a degraded state (ERRIODEG). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRIODEG?. |
One or more routes not admitted (ERRRNA). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRRNA?. |
The external service is missing (ERRESNF). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRESNF?. |
The service is missing one or more worker IPs (ERRSEIPM). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRSEIPM?. |
The load balancer service address is missing (ERRSAM). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRSAM?. |
Could not access Secrets Manager instance (ESSSMI). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur SESSMI?. |
Could not access the secret group (ESSSMG). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ESSSMG?. |
The CRN does not match the default secret with the same domain (ESSVC). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ESSVC?. |
The certificate for TLS secret expired or will expire soon (ESSEC). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ESSEC?. |
The Opaque secret field expired or will expire soon (ESSEF). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ESSEF?. |
The secret status shows a warning (ESSWS). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ESSWS?. |
The secret is not present on the cluster or is in the wrong namespace (ESSDNE). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ESSDNE?. |
The external provider for the given subdomain has authorization issues (ERRDSAISS). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRDSAISS? |
The subdomain has TLS secret issues (ERRDSISS). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRDSISS?. |
The subdomain has DNS resolution issues (ERRDRISS). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRDRISS?. |
The subdomain has incorrect addresses registered (ERRDSIA). |
Pour plus d'informations, voir Pourquoi le statut Ingress affiche-t-il une erreur ERRDSIA?. |