otp-gitops
otp-gitops copied to clipboard
RHACM Post Install Job fails
trafficstars
Upon deployment of the Red Hat Advanced Cluster Management instance, there is a Post Install Job which will add console links to RHACM to the OpenShift Console.
This job fails with no error logs available and console links are not added for RHACM.

Need to change job's container spec to .spec.template.spec.restartPolicy = "Never" so failed pods won't be deleted. https://kubernetes.io/docs/concepts/workloads/controllers/job/#handling-pod-and-container-failures.
Alternatively, we build readiness probe into RHACM deployment.