Configure ingress options for automation hub
The Ansible Automation Platform Operator installation form allows you to further configure your automation hub operator ingress under Advanced configuration.
About this task
Procedure
Results
After you have configured your automation hub ingress settings, OpenShift Container Platform updates the pods. This may take a few minutes.
You can view the progress by navigating to and locating the newly created instance.
Verify that the following operator pods provided by the Ansible Automation Platform Operator installation from automation hub are running:
| Operator manager controllers | Automation controller | Automation hub |
|---|---|---|
| The operator manager controllers for each of the 3 operators, include the following:
|
After deploying automation controller, you will see the addition of these pods:
|
After deploying automation hub, you will see the addition of these pods:
|
A missing pod can indicate the need for a pull secret. Pull secrets are required for protected or private image registries. See Using image pull secrets for more information. You can diagnose this issue further by running oc describe pod <pod-name> to see if there is an ImagePullBackOff error on that pod.