AWS EBS Examplea: Use new volume id syntax

Fixes https://github.com/kubernetes/kubernetes/issues/17957
This commit is contained in:
Lasse Schuirmann 2015-11-30 17:47:34 +01:00
parent 69bb774dd4
commit 0b45edebba

View File

@ -272,12 +272,10 @@ spec:
- name: test-volume
# This AWS EBS volume must already exist.
awsElasticBlockStore:
volumeID: aws://<availability-zone>/<volume-id>
volumeID: <volume-id>
fsType: ext4
```
(Note: the syntax of volumeID is currently awkward; #10181 fixes it)
### nfs
An `nfs` volume allows an existing NFS (Network File System) share to be