| copyright |
|
||
|---|---|---|---|
| lastupdated | 2022-01-11 | ||
| keywords | red hat openshift, openshift container platform, red hat, red hat cluster, openshift, containers, clusters | ||
| subcollection | openshift |
{{site.data.keyword.attribute-definition-list}}
{: #get-help}
Still having issues with your cluster? Review different ways to get help and support for your {{site.data.keyword.openshiftlong_notm}} clusters. For any questions or feedback, post in Slack. {: shortdesc}
{: #help-general} {: support}
- Keep your cluster environment up to date.
- Check monthly for available security and operating system patches to update your worker nodes.
- Update your cluster to the latest default version for {{site.data.keyword.openshiftshort}}.
- Make sure that your command line tools are up to date.
- In the command line, you are notified when updates to the
ibmcloudCLI and plug-ins are available. Be sure to keep your CLI up-to-date so that you can use all available commands and flags. - Make sure that your
ocCLI client matches the same Kubernetes version as your cluster server. Kubernetes does not support{: external}occlient versions that are 2 or more versions apart from the server version (n +/- 2).
- In the command line, you are notified when updates to the
{: #help-cloud-status}
- To see whether {{site.data.keyword.cloud_notm}} is available, check the {{site.data.keyword.cloud_notm}} status page{: external}.
- Filter for the Kubernetes Service component.
- Review the limitations and known issues documentation.
- For issues in open source projects that are used by {{site.data.keyword.cloud_notm}}, see the IBM Open Source and Third Party policy{: external}. For example, you might check the {{site.data.keyword.openshiftshort}} Bugzilla{: external}.
{: #feedback-qs}
- Post in the {{site.data.keyword.containershort}} Slack.
- If you are an external user, post in the #openshift{: external} channel.
- Review forums such as {{site.data.keyword.openshiftshort}} help or Stack Overflow to see whether other users ran into the same issue. When you use the forums to ask a question, tag your question so that it is seen by the {{site.data.keyword.cloud_notm}} development teams.
- If you have technical questions about developing or deploying clusters or apps with {{site.data.keyword.openshiftlong_notm}}, post your question on Stack Overflow{: external} and tag your question with
ibm-cloud,openshift, andcontainers. - See Getting help for more details about using the forums.
- If you have technical questions about developing or deploying clusters or apps with {{site.data.keyword.openshiftlong_notm}}, post your question on Stack Overflow{: external} and tag your question with
{: #help-support}
Before you open a support case, gather relevant information about your cluster environment. {: shortdesc}
-
Get your cluster details.
ibmcloud oc cluster get -c <cluster_name_or_ID>
{: pre}
-
If your issue involves worker nodes, get the worker node details.
-
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>
{: pre}
-
Get the details of the unhealthy worker node.
ibmcloud oc worker get -w <worker_ID> -c <cluster_name_or_ID>
{: pre}
-
-
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 {{site.data.keyword.containerlong_notm}} Diagnostics and Debug Tool to gather and export pertinent information to share with IBM Support. {: tip}
-
Contact IBM Support by opening a case{: external}. To learn about opening an IBM support case, or about support levels and case severities, see Contacting support.
-
For the Problem type, search for or select {{site.data.keyword.openshiftlong_notm}}.
-
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.