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

Revert #727: Fix deployment did not become Active for CronJob #795

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

int128
Copy link
Owner

@int128 int128 commented Oct 26, 2022

Problem to solve

It eventually notifies a deployment status of success before an application is progressing.
This problem occurs if an application status is changed as follows:

Step Phase Health Deployment status
1 running healthy queued
2 succeeded healthy success
3 succeeded progressing in-progress
4 succeeded healthy success

It seems the step 2 and 3 are triggered in very short time and the order may change.

How to solve

Revert #727.

Caveat

If an application has only non-workload resource (such as ConfigMap or CronJob), it does not notify a deployment status of success.

image

@int128 int128 marked this pull request as ready for review October 26, 2022 13:07
@int128 int128 changed the title Revert: Fix deployment did not become Active for CronJob Revert #727: Fix deployment did not become Active for CronJob Oct 26, 2022
@int128 int128 merged commit 6818f0e into master Oct 26, 2022
@int128 int128 deleted the revert-727 branch October 26, 2022 13:08
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.

1 participant