From 562078508fe108e18ea5c0c70180e68124fb74a6 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Thu, 16 Apr 2020 16:17:52 -0700 Subject: [PATCH] Update sig-storage features as implemented --- keps/sig-storage/20190124-csi-topology.md | 6 +++--- keps/sig-storage/20190124-local-persistent-volumes.md | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/keps/sig-storage/20190124-csi-topology.md b/keps/sig-storage/20190124-csi-topology.md index 183ebe2c1aac..9d1aa0f44a45 100644 --- a/keps/sig-storage/20190124-csi-topology.md +++ b/keps/sig-storage/20190124-csi-topology.md @@ -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: @@ -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 diff --git a/keps/sig-storage/20190124-local-persistent-volumes.md b/keps/sig-storage/20190124-local-persistent-volumes.md index 1cea67b48169..940ec3a604fb 100644 --- a/keps/sig-storage/20190124-local-persistent-volumes.md +++ b/keps/sig-storage/20190124-local-persistent-volumes.md @@ -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: @@ -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)