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

If the canary is stuck in the promoting state, the service cannot be rolled back. #1588

Open
cxftrue opened this issue Feb 5, 2024 · 2 comments

Comments

@cxftrue
Copy link

cxftrue commented Feb 5, 2024

Describe the bug

If the canary is stuck in the promoting state, the service cannot be rolled back.

@eabykov
Copy link
Contributor

eabykov commented Mar 27, 2024

Faced the same problem when the canary release had an error status. When I deleted it, the service selector and the number of replicas for the main application were not restored.

  • Flagger version: 1.36.1
  • Istio version: 1.17.8
  • Kubernetes version: 1.19.10

Flagger logs:

{"level":"info","ts":"2024-03-27T13:33:52.345Z","caller":"controller/events.go:45","msg":"Rolling back web.frontend failed checks threshold reached 5","canary":"web.frontend"}
{"level":"info","ts":"2024-03-27T13:33:52.972Z","caller":"controller/events.go:45","msg":"Canary failed! Scaling down web.frontend","canary":"web.frontend"}
{"level":"info","ts":"2024-03-27T13:39:46.961Z","caller":"controller/controller.go:172","msg":"Deleting web.frontend from cache"}

@eabykov
Copy link
Contributor

eabykov commented Mar 27, 2024

@stefanprodan do we need to provide more information in order to fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants