From 0b45edebba20d4780a7e5850080db1f48cba9d72 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Mon, 30 Nov 2015 17:47:34 +0100 Subject: [PATCH] AWS EBS Examplea: Use new volume id syntax Fixes https://github.com/kubernetes/kubernetes/issues/17957 --- docs/user-guide/volumes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user-guide/volumes.md b/docs/user-guide/volumes.md index acd5d711e9f..1269c1b87c9 100644 --- a/docs/user-guide/volumes.md +++ b/docs/user-guide/volumes.md @@ -272,12 +272,10 @@ spec: - name: test-volume # This AWS EBS volume must already exist. awsElasticBlockStore: - volumeID: aws:/// + volumeID: 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