Merge pull request #10181 from swagiaal/aws-ebs-name

Use instance availability zone for AWS EBS
This commit is contained in:
Yu-Ju Hong
2015-07-06 11:39:33 -07:00
2 changed files with 10 additions and 7 deletions

View File

@@ -16,6 +16,6 @@ spec:
volumes:
- name: html-volume
awsElasticBlockStore:
# Enter the volume region and ID below
volumeID: aws://{region}/{volume ID}
# Enter the volume ID below
volumeID: volume_ID
fsType: ext4