diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-08-02 07:37:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-02 07:37:44 -0700 |
| commit | 11f8c35fa86ee29108503aca5532b994cda74926 (patch) | |
| tree | c1fa5d463d8e9a1a09d4847acc602da49880f634 | |
| parent | 692d83075963fdabead7b2b5c4adebdbf89e125f (diff) | |
| parent | 9f2371d0a586f8f011618fd2c61985787d64decd (diff) | |
Merge pull request #6745 from louisportay/patch-1
update status on plugin CSI migration
| -rw-r--r-- | sig-storage/volume-plugin-faq.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sig-storage/volume-plugin-faq.md b/sig-storage/volume-plugin-faq.md index 56fe4143..6135139c 100644 --- a/sig-storage/volume-plugin-faq.md +++ b/sig-storage/volume-plugin-faq.md @@ -1,7 +1,7 @@ # Kubernetes Volume Plugin FAQ for Storage Vendors -Last Updated: 02/21/2019 +Last Updated: 2022/08/02 **What is Kubernetes volume plugin?** @@ -47,8 +47,8 @@ One of the goals of SIG Storage is to eventually have a CSI-compatible plugin fo For more details on that effort see: * https://github.com/kubernetes/enhancements/issues/625 -* https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/csi-migration.md -* https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/20190129-csi-migration.md +* https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration +* https://kubernetes.io/blog/2021/12/10/storage-in-tree-to-csi-migration-status-update/ ## Container Storage Interface (CSI) |
