IBM Cloud Docs
Contacting support

Contacting support

Still having issues with your cluster? Review different ways to get help and support for your Red Hat OpenShift on IBM Cloud clusters. For any questions or feedback, post in Slack.

Before you open a support case, gather relevant information about your cluster environment.

  1. Get your cluster details.

    ibmcloud oc cluster get -c <cluster_name_or_ID>
    
  2. If your issue involves worker nodes, get the worker node details.

    1. List all worker nodes in the cluster, and note the ID of any worker nodes with an unhealthy State or Status.

      ibmcloud oc worker ls -c <cluster_name_or_ID>
      
    2. Get the details of the unhealthy worker node.

      ibmcloud oc worker get -w <worker_ID> -c <cluster_name_or_ID>
      
  3. For issues with resources within your cluster such as pods or services, log in to the cluster and use the Kubernetes API to get more information about them.

    You can also use the IBM Cloud Kubernetes Service Diagnostics and Debug Tool to gather and export pertinent information to share with IBM Support.

  4. Contact IBM Support by opening a case.

  5. For the Problem type, search for or select Red Hat OpenShift on IBM Cloud.

  6. For the Case details, provide a descriptive title and include the details that you previously gathered. From the Resources, you can also select the cluster that the issue is related to.

  7. Be as specific as possible and include and architecture diagrams or supplemental materials that you think you could help IBM Support troubleshoot the issue.