Troubleshooting OpenShift Container Platform on OCI
Use troubleshooting information to identify and address common issues that can occur while working with OpenShift Container Platform on OCI.
Condition: You get "not authorized" errors in the Resource Manager service when creating infrastructure resources using the Assited Installer, or when creating resources manually as part of the Agent-based Installer work flow.
Cause: You don't have the required IAM policies or permissions.
- Remedy: For the Assisted Installer, ensure that you have the policies discussed in Securing Resource Manager and Details for Resource Manager.
- For both installation methods, review the Managing Access to Resources documentation. Contact your tenancy administrator if you don't administer IAM permissions. You need permissions to create and manage the resources listed in the Provisioning OCI Resources for the Agent-based Installer in Disconnected Environments topic.
Condition: You are unable to make an SSH connection with a cluster node.
Cause: Several issues discussed in Troubleshooting the SSH Connection can prevent an SSH connection to your node.
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 To add hosts to a cluster in the OpenShift web console.
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:

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.