This commit is contained in:
Tammy Fox 2018-07-31 16:46:17 -04:00 committed by GitHub
parent 0b789d24c3
commit 6aa48900e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -207,9 +207,7 @@ The claims in this file make no reference to a particular storage class, so
they bind to any available volumes that can satisfy the storage request.
In this example, both claims request `20Gi` of storage.
NOTE: Ensure that the storageClassName key is populated, in the persistent
claim itself, if you are attempting to use a specific persistent volume and
not let Kubernetes choose at random.
> NOTE: If you are attempting to use a specific persistent volume and not let Kubernetes choose at random, ensure that the `storageClassName` key is populated in the persistent claim itself.
```yaml
apiVersion: v1