3scale-operator
3scale-operator copied to clipboard
APIManagerStatus condition never reports Available=True
Environment
- OpenShift v4.9.0
- 3scale operator v0.8.0-0.1634606167.p
When using the operator to deploy my cluster, all cluster components come up successfully, however, the APIManagerStatus condition for 'Available' never reports 'True'.
APIManagerStatus documentation states that the status should report available when:
- All expected DeploymentConfigs to be deployed exist and have the
Available
condition set to true - All 3scale default OpenShift routes exist and have the Admitted condition set to true. The default routes are:
- Master route
- Backend Listener route
- Default tenant admin route, developer route, APIcast staging and production routes beloinging to the default tenant
All the above are true in my environment, however the available condition does not update from 'False'