Skip to content

Commit 2e2ce0c

Browse files
authored
Update design.md
1 parent 4a99bbc commit 2e2ce0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
44
Goal | Status | Notes
55
--- | --- | --- |
6-
Support Kubernetes release 1.12 or later | In Progress | release prior to 1.12 won't be supported |
6+
Support Kubernetes release 1.12 or later | Completed | release prior to 1.12 won't be supported |
77
Support service principal and msi authentication | Completed | |
88
Support both Linux & Windows | In Progress | Windows related work is in progress: [Enable CSI hostpath example on windows](https://github.com/kubernetes-csi/drivers/issues/79) |
99
Compatible with original storage class parameters and usage| Completed | there is a little difference in static provision, see [example](../deploy/example/pv-blobfuse-csi.yaml) |
10-
Support sovereign cloud| done | verification pass on Azure China |
10+
Support sovereign cloud| Completed | verification pass on Azure China |
1111

1212
### Work items
1313
Item | Status | Notes
1414
--- | --- | --- |
1515
Support volume size grow | to-do | |
1616
Support snapshot | to-do | |
17-
Enable CI on Windows | done | |
18-
Complete all unit tests | In Progress | |
17+
Enable CI on Windows | Completed | |
18+
Complete all unit tests | Completed | |
1919
Set up E2E test | to-do | |
2020
Implement NodeStage/NodeUnstage functions | to-do | two pods on same node could share same mount |
2121
Implement azure blobfuse.csi driver on Windows | to-do | |

0 commit comments

Comments
 (0)