Skip to content

Commit

Permalink
Update sig-storage features as implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Apr 16, 2020
1 parent 39c65b4 commit 5620785
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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
7 changes: 5 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 @@ -772,6 +772,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

0 comments on commit 5620785

Please sign in to comment.