apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: ubuntu-memdump | |
spec: | |
containers: | |
- name: ubuntu | |
image: ubuntu | |
command: | |
- sleep | |
- infinity | |
volumeMounts: | |
- mountPath: "/data" | |
name: memdump | |
volumes: | |
- name: memdump | |
persistentVolumeClaim: | |
claimName: cirros-memdump |