github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/staging/volumes/scaleio/pod-sc-pvc.yaml (about)

     1  kind: Pod
     2  apiVersion: v1
     3  metadata:
     4    name: pod-sio-small
     5  spec:
     6    containers:
     7      - name: pod-sio-small-container
     8        image: k8s.gcr.io/test-webserver
     9        volumeMounts:
    10        - mountPath: /test
    11          name: test-data
    12    volumes:
    13      - name: test-data
    14        persistentVolumeClaim:
    15          claimName: pvc-sio-small