Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHACM Post Install Job fails #18

Open
benswinney opened this issue Dec 14, 2021 · 1 comment
Open

RHACM Post Install Job fails #18

benswinney opened this issue Dec 14, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@benswinney
Copy link
Member

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 benswinney added the bug Something isn't working label Dec 14, 2021
@rampadc
Copy link
Member

rampadc commented Dec 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants