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
@@ -40,6 +46,36 @@ used as as described in its parent KEP. For all other contents, please refer to
40
46
41
47
Please refer to the [CSI Migration Production Readiness Review Questionnaire](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration#production-readiness-review-questionnaire).
42
48
49
+
## Design Details
50
+
### Test Plan
51
+
52
+
[X] I/we understand the owners of the involved components may require updates to
53
+
existing tests to make this code solid enough prior to committing the changes necessary
54
+
to implement this enhancement.
55
+
56
+
##### Prerequisite testing updates
57
+
58
+
No additional tests are needed, rather the issue is orchestrating CSI driver
59
+
deployment for prow jobs. This has been complicated by the cloud provider
60
+
extraction work, which no longer permits cloud provider specific orchestration
61
+
in the k/k repository. This means that it is not possible to run any test for
62
+
AzureFile in k/k. All such tests have been moved to the [Azure File CSI Driver repo](https://github.com/kubernetes-sigs/azurefile-csi-driver).
The e2e tests are now covered in [azurefile-csi-driver-e2e-migration](https://testgrid.k8s.io/provider-azure-azurefile-csi-driver#pr-azurefile-csi-driver-e2e-migration).
78
+
43
79
## Implementation History
44
80
45
81
Major milestones in the life cycle of a KEP should be tracked in `Implementation History`.
@@ -56,3 +92,6 @@ Major milestones for Azure File in-tree plugin CSI migration:
0 commit comments