update pod persistent volume example storage class (#3979)

* update pod persistent volume example storage class

When binding to a manually created PersistentVolume, the claim must
disable dynamic provisioning by specifying an empty storage class.

Fixes #2803

* use specific storageclass

* revert gibibytes -> gigabytes change
This commit is contained in:
Adnan Abdulhussein
2017-06-14 08:55:58 +02:00
committed by Andrew Chen
parent eb71492f88
commit 1088bca024
3 changed files with 13 additions and 10 deletions
@@ -3,6 +3,7 @@ apiVersion: v1
metadata:
name: task-pv-claim
spec:
storageClassName: manual
accessModes:
- ReadWriteOnce
resources: