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 sig-storage features as implemented #1696

Merged
merged 1 commit into from
Apr 17, 2020
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
6 changes: 3 additions & 3 deletions keps/sig-storage/20190124-csi-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ approvers:
- "@saad-ali"
editor: TBD
creation-date: 2019-01-24
last-updated: 2019-10-14
status: implementable
last-updated: 2020-04-16
status: implemented
see-also:
- n/a
replaces:
Expand Down Expand Up @@ -122,4 +122,4 @@ Initially topology tests are run against a single CSI driver. As the CSI test su

* K8s 1.12: Alpha
* K8s 1.14: Beta
* K8s 1.17: Targeting GA
* K8s 1.17: GA
8 changes: 6 additions & 2 deletions keps/sig-storage/20190124-local-persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ approvers:
- saad-ali
editor: TBD
creation-date: 2019-01-24
last-updated: 2019-01-24
status: implementable
last-updated: 2020-04-16
status: implemented
see-also:
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/volume-topology-scheduling.md"
replaces:
Expand Down Expand Up @@ -73,6 +73,7 @@ superseded-by:
- [K8s 1.9: Alpha](#k8s-19-alpha)
- [K8s 1.10: Beta](#k8s-110-beta)
- [K8s 1.12: Beta](#k8s-112-beta)
- [K8s 1.14: GA](#k8s-114-ga)
- [Infrastructure Needed](#infrastructure-needed)
<!-- /toc -->

Expand Down Expand Up @@ -772,6 +773,9 @@ was added to help users migrate from the alpha annotation to the beta field.
* If PV.volumeMode = `Filesystem` but the local volume path was a block device, then Kubernetes will automatically
format the device with the filesystem type specified in `FSType`.

### K8s 1.14: GA


## Infrastructure Needed

* A new repository at [kubernetes-sigs/sig-storage-local-static-provisioner](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner)
Expand Down