Troubleshooting OpenShift Container Platform on OCI
Use this section to identify and resolve common issues when deploying OpenShift clusters. on OCI.
Condition: You receive "not authorized" error in the Resource Manager service when creating infrastructure resources using the Assisted Installer, or when manually creating resources using the Agent-based Installer.
Cause: You don't have the required IAM policies or permissions.
Remedy:
- For Assisted Installer, ensure that you have the policies discussed in Securing Resource Manager and Details for Resource Manager.
- For Agent-based Installer, ensure you have the permissions to create and manage the resources listed in the OCI Resources for the Agent-based Installer for Manual Installation topic.
- For both installation methods, review Managing Access to Resources.
- Contact your tenancy administrator if you don't administer IAM permissions.
Condition: You cannot establish an SSH connection with a cluster node.
Cause: Several issues discussed in Troubleshooting the SSH Connection can prevent an SSH connection to your node.
Condition: Red Hat Hybrid Cloud console displays an "Insufficient" error message while adding nodes in OpenShift Console.
Cause: If the domain name generated during node creation isn't valid, the Red Hat Hybrid Cloud console displays an "Insufficient" error message, as shown in the following image:

The error described in this section might occur while you're adding hosts to a cluster in the OpenShift Hybrid Cloud Console, as detailed in Add hosts to a cluster in the OpenShift web console.
Remedy:
To resolve this error, do the following:
- Select the link named set the IP or domain used to reach the cluster. Then update the prefix of domain name to
api-int
fromapi
. For example, if the string displayed isapi.addnode1234multiad.my.company.com
, edit the prefix section of the string as follows:api-int.addnode1234multiad.my.company.com
. - After you update the string, the Update button is enabled. Select the Update button to continue. The nodes' status changes to ready.