-
Notifications
You must be signed in to change notification settings - Fork 287
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
Upgraded ArgoCD operator, ArgoCD to pick up the fix error when route api is not available #761
Upgraded ArgoCD operator, ArgoCD to pick up the fix error when route api is not available #761
Conversation
/test v4.14-kuttl-parallel |
/retest |
… being available Signed-off-by: Anand Francis Joseph <[email protected]>
Signed-off-by: Anand Francis Joseph <[email protected]>
Signed-off-by: Anand Francis Joseph <[email protected]>
/test v4.13-kuttl-parallel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iam-veeramalla The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1f42107
into
redhat-developer:master
…api is not available (redhat-developer#761) * Upgraded ArgoCD operator, ArgoCD to pick up the fix for Route API not being available Signed-off-by: Anand Francis Joseph <[email protected]> * Reverted operator-sdk version to 1.35 Signed-off-by: Anand Francis Joseph <[email protected]> * fixed a failing test due to mount path mismatch Signed-off-by: Anand Francis Joseph <[email protected]> --------- Signed-off-by: Anand Francis Joseph <[email protected]>
…api is not available (redhat-developer#761) * Upgraded ArgoCD operator, ArgoCD to pick up the fix for Route API not being available Signed-off-by: Anand Francis Joseph <[email protected]> * Reverted operator-sdk version to 1.35 Signed-off-by: Anand Francis Joseph <[email protected]> * fixed a failing test due to mount path mismatch Signed-off-by: Anand Francis Joseph <[email protected]> --------- Signed-off-by: Anand Francis Joseph <[email protected]> Signed-off-by: Ishita Sequeira <[email protected]>
What type of PR is this?
/kind bug
What does this PR do / why we need it:
Upgraded ArgoCD Operator and ArgoCD to pick up the fix related to ArgoCD UI broken when the route API becomes unavailable momentarily.
When there is an issue with the API server pods, or the API server pods are just coming up after a restart, the current check for API availability done with a discovery client will fail. This makes the operator code to assume that the server does not support the Route API. To fix this, whenever the API availability check fails, the operator checks if the API is registered. If registered, then the operator assumes that the Route API is supported in the cluster and would eventually become available.
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes https://issues.redhat.com/browse/GITOPS-4358
Test acceptance criteria:
How to test changes / Special notes to the reviewer: