chore: add current provisioning state before migration
This commit is contained in:
parent
a9703b4748
commit
50745b0f22
660 changed files with 88126 additions and 0 deletions
20
o-klab/wuji/lab/mayastore/my/deploy-test/pod.yaml
Normal file
20
o-klab/wuji/lab/mayastore/my/deploy-test/pod.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
kind: Pod
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: fio
|
||||
spec:
|
||||
nodeSelector:
|
||||
openebs.io/engine: mayastor
|
||||
volumes:
|
||||
- name: ms-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: ms-volume-claim
|
||||
containers:
|
||||
- name: fio
|
||||
image: nixery.dev/shell/fio
|
||||
args:
|
||||
- sleep
|
||||
- "1000000"
|
||||
volumeMounts:
|
||||
- mountPath: "/volume"
|
||||
name: ms-volume
|
||||
11
o-klab/wuji/lab/mayastore/my/deploy-test/pv.yaml
Normal file
11
o-klab/wuji/lab/mayastore/my/deploy-test/pv.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: ms-volume-claim
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
storageClassName: mayastor-1
|
||||
Loading…
Add table
Add a link
Reference in a new issue