Difference between revisions of "MountPath"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * https://kubernetes.io/docs/concepts/storage/volumes/ | ||
extraVolumeMounts: | | extraVolumeMounts: | | ||
Line 15: | Line 16: | ||
+ | {{Alpine with volume}} | ||
− | {{K8s volumes}} | + | == Related == |
+ | * [[host_path]] in [[ECS]] | ||
+ | * [[Distribute Credentials Securely Using Secrets]] | ||
+ | |||
+ | == See also == | ||
+ | * {{K8s volumes}} | ||
+ | |||
+ | |||
+ | [[Category:Volumes]] |
Latest revision as of 11:03, 15 October 2024
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
apiVersion: v1 kind: Pod metadata: name: myalpinewithvolume spec: containers: - name: alpine image: alpine:latest command: ['ash'] tty: true stdin: true volumeMounts: - name: myvolume mountPath: /myvolume volumes: - name: myvolume persistentVolumeClaim: claimName: myPVCtoMount
Related[edit]
See also[edit]
Advertising: