mountPath

From wikieduonline
Revision as of 09:46, 8 March 2023 by Newworld (talk | contribs)
Jump to navigation Jump to search

extraVolumeMounts: |
   - name: mynewvolume
     mountPath: /usr/share/extras
     readOnly: true


   volumeMounts:
   - mountPath: /data
     name: persistent-storage
   - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
     name: kube-api-access-jhnds
     readOnly: true


Kubernetes volumes: volumeMounts:, mountPath, snapshots, spec.volumes

Advertising: