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

Move instance readiness KEP to implemented #1747

Merged
merged 2 commits into from
Nov 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions keps/0034-instance-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ owners:
- "@alenkacz"
editor: TBD
creation-date: 2020-09-24
last-updated: 2020-09-29
status: implementable
last-updated: 2020-11-19
status: implemented
---

# KUDO instance readiness
Expand Down Expand Up @@ -118,4 +118,4 @@ Also this feature is not making this situation any worse as it’s right now bec

To support even more complex cases and operator, we should think about adding possibility to specify `kudo.dev/readiness-strategy:selected` which will switch readiness computation to OPT-IN mode. With this one set, only resources with `kudo.dev/allow-readiness-computation:true` will be considered for readiness computation.

A plan is also to add more Conditions like `InProgress` capturing currently running plan.
A plan is also to add more Conditions like `InProgress` capturing currently running plan.