Commit 0b45edeb authored by Lasse Schuirmann's avatar Lasse Schuirmann

AWS EBS Examplea: Use new volume id syntax

parent 69bb774d
...@@ -272,12 +272,10 @@ spec: ...@@ -272,12 +272,10 @@ spec:
- name: test-volume - name: test-volume
# This AWS EBS volume must already exist. # This AWS EBS volume must already exist.
awsElasticBlockStore: awsElasticBlockStore:
volumeID: aws://<availability-zone>/<volume-id> volumeID: <volume-id>
fsType: ext4 fsType: ext4
``` ```
(Note: the syntax of volumeID is currently awkward; #10181 fixes it)
### nfs ### nfs
An `nfs` volume allows an existing NFS (Network File System) share to be An `nfs` volume allows an existing NFS (Network File System) share to be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment