From 41558427cd6a3ae2519dac0512a839cd644c70f9 Mon Sep 17 00:00:00 2001 From: Mriyam Tamuli Date: Wed, 7 Feb 2024 17:37:06 +0530 Subject: [PATCH] Update README.md (#35) --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1943974..b238680 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # CSI Quickstart -The goals of this project are +The bare minimum goals are complete! Check out the plugin at [emptyDirClone](./emptyDirClone) + +## Goals - [x] Create a quickstart project for the [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md) - [x] Easy to read guide summarizing the requirements of a basic CSI plugin simulating [`emptyDir`](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) - [x] Code implementing the bare minimum plugin described the guide - - [x] References helpful for learning the supplementary knowledge not directly related to Kubernetes/CSI. - [References](./emptyDirClone/README.md#readingreferences) - - [x] Document every decision, resource and changes in the project. - [Decisions](./emptyDirClone/docs/decisions.md) - -See [emptyDirClone](./emptyDirClone/) - -### Stretch Goals + - [x] References helpful for learning the supplementary knowledge not directly related to Kubernetes/CSI. + - [x] Document every decision, resource and changes in the project. +# Stretch Goals - [ ] Examples describing different scenarios. Different branches/subdirectories for each example, that are as much self-contained as possible. - [ ] Volume created external to Kubernetes, manually. - [ ] Have a simple API providing a volume that can be invoked by the CSI plugin.