añadidos archivos de rook
This commit is contained in:
16
rook/podtestpvc.yaml
Normal file
16
rook/podtestpvc.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: rbd-tester
|
||||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: busybox
|
||||
command: ["sh","-c","sleep 36000"]
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: vol
|
||||
volumes:
|
||||
- name: vol
|
||||
persistentVolumeClaim:
|
||||
claimName: test-rbd
|
||||
Reference in New Issue
Block a user