otp-gitops icon indicating copy to clipboard operation
otp-gitops copied to clipboard

RHACM Post Install Job fails

Open benswinney opened this issue 3 years ago • 1 comments
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.

Screen Shot 2021-12-15 at 10 44 09 am

benswinney avatar Dec 14 '21 23:12 benswinney

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.

rampadc avatar Dec 15 '21 00:12 rampadc