You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,19 @@
3
3
4
4
Goal | Status | Notes
5
5
--- | --- | --- |
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 |
7
7
Support service principal and msi authentication | Completed | |
8
8
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) |
9
9
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 |
11
11
12
12
### Work items
13
13
Item | Status | Notes
14
14
--- | --- | --- |
15
15
Support volume size grow | to-do | |
16
16
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 | |
19
19
Set up E2E test | to-do | |
20
20
Implement NodeStage/NodeUnstage functions | to-do | two pods on same node could share same mount |
21
21
Implement azure blobfuse.csi driver on Windows | to-do | |
0 commit comments