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

Openshift route health checks are stuck in "Progressing" state #8306

Closed
3 tasks done
rhblind opened this issue Jan 28, 2022 · 5 comments
Closed
3 tasks done

Openshift route health checks are stuck in "Progressing" state #8306

rhblind opened this issue Jan 28, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@rhblind
Copy link

rhblind commented Jan 28, 2022

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version (only json output, sorry).

Describe the bug

After upgrading Argo CD to v2.2.2+unknown routes are stuck in "Progressing" state.

To Reproduce

I have tried the following

  • Deleted the route from Openshift
  • Synced with Force, Prune and Replace
  • Deleted the route from Argo and synced again

Expected behavior

The route health check state is "Healthy"

Screenshots

MicrosoftTeams-image

Version

Unfortunately I don't have access to the server cli, but here's the json output from the Web interface.

{
  "Version": "v2.2.2+unknown",
  "BuildDate": "2022-01-26T02:18:29Z",
  "GitTreeState": "clean",
  "GoVersion": "go1.16.12",
  "Compiler": "gc",
  "Platform": "linux/amd64",
  "KsonnetVersion": "unable to determine ksonnet version: exec: \"ks\": executable file not found in $PATH",
  "KustomizeVersion": "v4.2.0 1970-01-01T00:00:00Z",
  "HelmVersion": "v3.7.1+gbf78984",
  "KubectlVersion": "v0.22.2",
  "JsonnetVersion": "v0.17.0"
}

Logs

Paste any relevant application logs here.
@rhblind rhblind added the bug Something isn't working label Jan 28, 2022
@rhblind
Copy link
Author

rhblind commented Jan 28, 2022

Tagging some co-workers for FYI reference

@jannfis
Copy link
Member

jannfis commented Jan 28, 2022

@ishitasequeira Can you please take a look at this?

@dnskr
Copy link
Contributor

dnskr commented Jan 28, 2022

@rhblind Check release v2.2.3

Bug Fixes
-  fix: route health check stuck in 'Progressing' (#8170)

@rhblind
Copy link
Author

rhblind commented Jan 28, 2022

@dnskr Ah, thank you very much! Missed that one!

@jannfis
Copy link
Member

jannfis commented Jan 28, 2022

Fixed with #8170

@jannfis jannfis closed this as completed Jan 28, 2022
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

3 participants