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

Keptn Scheduler schedules pods after pre-deployment checks #12

Closed
2 of 3 tasks
Tracked by #14
thisthat opened this issue Sep 6, 2022 · 0 comments · Fixed by #31
Closed
2 of 3 tasks
Tracked by #14

Keptn Scheduler schedules pods after pre-deployment checks #12

thisthat opened this issue Sep 6, 2022 · 0 comments · Fixed by #31
Assignees

Comments

@thisthat
Copy link
Member

thisthat commented Sep 6, 2022

Goal

The Keptn Scheduler waits for Pre-Checks to finish before the Pod is set for deployment.

Technical Details

Service and Application Controllers #9 #10 need to watch for the Event CRDs and update the Service and Application CRDs when the pre-deployment checks are completed. The Keptn Scheduler can then watch Service CRDs to determine when the Pod can be set for deployment.

Acceptance Criteria

  • Service Controller updates the status of Service CRDs when Pre-checks events are completed
  • Application Controller updates the status of Service CRDs when Pre-checks events are completed

DoD

  • Pods are set for deployment after pre-deployment checks are completed

Dependencies

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 a pull request may close this issue.

2 participants