Gathering Ingress details for debugging
Run the following commands to gather the required logs and details for debugging Ingress.
-
Get nodes and node labels.
oc get nodes --show-labels
-
Get endpoints.
oc get endpoints -o wide
-
Get the Ingress status.
ibmcloud oc ingress status-report get -c CLUSTERID
-
List your routes.
oc get route -n openshift-ingress
-
Get the logs of the Ingress controller.
oc describe ingresscontroller -n openshift-ingress-operator
-
Get the Ingress Operator logs.
oc logs deployments/ingress-operator -n openshift-ingress-operator -c ingress-operator
-
List pods in the
openshift-ingress
namespace.oc get pods -n openshift-ingress
-
Get the router service details.
oc get svc -n openshift-ingress
-
Describe the router service.
oc describe svc router-default -n openshift-ingress
-
List your cluster subdomains.
ibmcloud oc ingress domain ls -c CLUSTERID
-
Run an
nslookup
on your Ingress subdomain.nslookup ingresssubdomain.com
-
Save the information you've gathered and Open a support case. In the case details, be sure to include any relevant log files, error messages, or command outputs.