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

fix: background analysis refs were not verified. requeue InvalidSpec rollouts #814

Merged
merged 1 commit into from Nov 3, 2020

Conversation

jessesuen
Copy link
Member

Resolves #754, #713

  1. When a Rollout has an InvalidSpec, we will requeue the Rollout every ~20 seconds to detect if the situation has fixed itself (e.g. the referenced Service was created).

  2. BackgroundAnalysis was not being verified

  3. Rename CanaryStep to InlineAnalysis

…rollouts

Signed-off-by: Jesse Suen <jesse_suen@intuit.com>
Copy link
Contributor

@khhirani khhirani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jessesuen jessesuen merged commit 0f975b7 into argoproj:master Nov 3, 2020
jessesuen added a commit that referenced this pull request Nov 4, 2020
…rollouts (#814)

Signed-off-by: Jesse Suen <jesse_suen@intuit.com>
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

Successfully merging this pull request may close these issues.

Faster InvalidSpec recovery
2 participants