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

Update Eviction to v1 in 1.22 #2683

Merged
merged 1 commit into from
May 10, 2021
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions keps/sig-apps/85-Graduate-PDB-to-Stable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,3 +455,4 @@ details). For now, we leave it here.
- PodDisruptionBudget was introduced in Kubernetes 1.4 as an alpha version.
- PodDisruptionBudget was graduated to beta in Kubernetes 1.5.
- PodDisruptionBudget was graduated to GA in Kubernetes 1.21.
- Eviction subresource was graduated to GA in Kubernetes 1.22.
4 changes: 2 additions & 2 deletions keps/sig-apps/85-Graduate-PDB-to-Stable/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
owning-sig: sig-apps
participating-sigs:
- sig-scheduling
status: implementable
status: implemented
creation-date: 2019-03-18
reviewers:
- "@liggitt"
Expand All @@ -27,7 +27,7 @@ stage: stable
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.21"
latest-milestone: "v1.22"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
Expand Down