File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ outfile
1919
2020## Create a snapshot on source PVC
2121``` console
22- kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs /csi-driver-nfs/master/deploy/example/snapshot/snapshotclass-nfs.yaml
23- kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs /csi-driver-nfs/master/deploy/example/snapshot/snapshot-nfs-dynamic.yaml
22+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi /csi-driver-nfs/master/deploy/example/snapshot/snapshotclass-nfs.yaml
23+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi /csi-driver-nfs/master/deploy/example/snapshot/snapshot-nfs-dynamic.yaml
2424```
2525- Check snapshot Status
2626
@@ -61,8 +61,8 @@ Events:
6161## Create a new PVC based on snapshot
6262
6363``` console
64- kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs /csi-driver-nfs/master/deploy/example/snapshot/pvc-nfs-snapshot-restored.yaml
65- kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs /csi-driver-nfs/master/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml
64+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi /csi-driver-nfs/master/deploy/example/snapshot/pvc-nfs-snapshot-restored.yaml
65+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi /csi-driver-nfs/master/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml
6666```
6767
6868 - Check data
You can’t perform that action at this time.
0 commit comments