añadidos archivos de rook

This commit is contained in:
2025-08-11 15:53:06 +02:00
parent fd6fdc3504
commit d520092f00
7 changed files with 228 additions and 0 deletions

16
rook/podtestpvc.yaml Normal file
View 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