Skip to content

Commit e0fec52

Browse files
authored
Merge pull request kubernetes#1433 from bertinatto/volume_limits_implemented
Mark Volume Scheduling Limits KEP as implemented
2 parents ecae345 + b9fc6df commit e0fec52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

keps/sig-storage/20190408-volume-scheduling-limits.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ approvers:
1717
editor: TBD
1818
creation-date: 2019-04-08
1919
last-updated: 2019-04-08
20-
status: implementable
20+
status: implemented
2121
see-also:
2222
- "https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/20190129-csi-migration.md"
2323
replaces:
@@ -291,6 +291,10 @@ As implied by the above, the scheduler needs to have both old and new implementa
291291

292292
## Implementation History
293293

294+
* K8s 1.11: Alpha
295+
* K8s 1.12: Beta
296+
* K8s 1.17: GA
297+
294298
# Alternatives
295299

296300
In https://github.com/kubernetes/enhancements/pull/730 we tried to merge volume limits in `Node.status.capacity` and `Node.status.attachable`. We discovered these issues:

0 commit comments

Comments
 (0)