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

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: pod-0
     5  spec:
     6    containers:
     7    - image: k8s.gcr.io/test-webserver
     8      name: pod-0
     9      volumeMounts:
    10      - mountPath: /test-pd
    11        name: vol-0
    12    volumes:
    13    - name: vol-0
    14      scaleIO:
    15        gateway: https://localhost:443/api
    16        system: scaleio
    17        protectionDoamin: pd01
    18        storagePool: sp01
    19        volumeName: vol-0
    20        secretRef:
    21          name: sio-secret
    22        fsType: xfs