fix(install-script): Wait until Kaniko Job is effectively active before proceeding#2082
Conversation
…re proceeding Due to the asynchronous nature of Kubernetes, the job pod might not be available right away after job creation, which caused the subsequent pod name retrieval command to fail in some cases. ref: https://issues.redhat.com/browse/RHDHBUGS-2478
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeBug fix Description
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: subhashkhileri The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |



Description
Due to the asynchronous nature of Kubernetes, the job pod might not be available right away after job creation, which caused the subsequent pod name retrieval command to fail in some cases.
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer
Running
.rhdh/scripts/install-rhdh-catalog-source.sh --next --install-operator rhdhagainst a non-OCP cluster should work.