Skip to content

Commit 3d0e4e3

Browse files
authored
Update csi-migrate-in-tree-volumes.md
1. Removed reference from Static volume script description: - "Updates the application (deployment/StatefulSet) to refer to new PVC." As the script does not patch deployments/SSs 2. Removed reference to static volume script execution: - "volumeSnapshotClass - Name of the volume snapshot class. For example, custom-disk-snapshot-sc." As VSC only applies to dynamic migration
1 parent 7e501ae commit 3d0e4e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/aks/csi-migrate-in-tree-volumes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ The following are important considerations to evaluate:
8888

8989
* Creates a new PersistentVolume with name `existing-pv-csi` for all PersistentVolumes in namespaces for storage class `storageClassName`.
9090
* Configure new PVC name as `existing-pvc-csi`.
91-
* Updates the application (deployment/StatefulSet) to refer to new PVC.
9291
* Creates a new PVC with the PV name you specify.
9392

9493
```bash
@@ -181,7 +180,6 @@ The following are important considerations to evaluate:
181180
* `namespace` - The cluster namespace
182181
* `sourceStorageClass` - The in-tree storage driver-based StorageClass
183182
* `targetCSIStorageClass` - The CSI storage driver-based StorageClass, which can be either one of the default storage classes that have the provisioner set to **disk.csi.azure.com** or **file.csi.azure.com**. Or you can create a custom storage class as long as it is set to either one of those two provisioners.
184-
* `volumeSnapshotClass` - Name of the volume snapshot class. For example, `custom-disk-snapshot-sc`.
185183
* `startTimeStamp` - Provide a start time in the format **yyyy-mm-ddthh:mm:ssz**.
186184
* `endTimeStamp` - Provide an end time in the format **yyyy-mm-ddthh:mm:ssz**.
187185

0 commit comments

Comments
 (0)