×

Overview

For Red Hat SREs to troubleshoot any issues within OpenShift Dedicated clusters, they must have ingress access to the API server through allowlist IP addresses.

Obtaining allowlisted IP addresses

OpenShift Dedicated users can use an OpenShift Cluster Manager CLI command to obtain the most up-to-date allowlist IP addresses for the Red Hat machines that are necessary for SRE access to OpenShift Dedicated clusters.

These allowlist IP addresses are not permanent and are subject to change. You must continuously review the API output for the most current allowlist IP addresses.

Prerequisites
Procedure
  1. To get the current allowlist IP addresses needed for SRE access to your OpenShift Dedicated cluster, run the following command:

    $ ocm get /api/clusters_mgmt/v1/trusted_ip_addresses|jq -r '.items[].id'
  2. Configure your firewall to grant access to the allowlist IP addresses.