VolumeMounts:

From wikieduonline
Revision as of 06:03, 23 November 2022 by Welcome (talk | contribs) (→‎Related)
Jump to navigation Jump to search


apiVersion: v1
kind: Pod
metadata:
  name: test-ebs
spec:
  containers:
  - image: registry.k8s.io/test-webserver
    name: test-container
    volumeMounts:
    - mountPath: /test-ebs
      name: test-volume
  volumes:
  - name: test-volume
    # This AWS EBS volume must already exist.
    awsElasticBlockStore:
      volumeID: "<volume id>"
      fsType: ext4

Related

See also

Advertising: