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

Rollback API is returning an error #2259

Closed
zachaller opened this issue Sep 22, 2022 · 1 comment · Fixed by #2517
Closed

Rollback API is returning an error #2259

zachaller opened this issue Sep 22, 2022 · 1 comment · Fixed by #2517
Assignees
Labels
bug Something isn't working

Comments

@zachaller
Copy link
Collaborator

zachaller commented Sep 22, 2022

The rollback api via UI and CLI is returning an error but still rolls back to the previous version.

{
  "code": 2,
  "message": "rollout.argoproj.io \"istio-host-split\" not found"
}

To reproduce go into the UI and try to rollback while looking at the browsers network console, via the CLI the CLI returns the error

@zachaller zachaller added the bug Something isn't working label Sep 22, 2022
@harikrongali harikrongali added this to the v1.4 milestone Oct 20, 2022
@zachaller zachaller removed this from the v1.4 milestone Dec 1, 2022
@nikhil1raghav
Copy link
Contributor

This error comes while calling getRollout after undoRollout. Cache of the informer is not being synced before using it. @zachaller can you assign this to me I'll raise a PR for the fix.

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

Successfully merging a pull request may close this issue.

3 participants