mirror of https://github.com/docker/docs.git
Merge pull request #6850 from lenestopage/patch-7
Update use-nfs-volumes.md
This commit is contained in:
commit
d95f61dbcd
|
@ -207,6 +207,8 @@ 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.
|
they bind to any available volumes that can satisfy the storage request.
|
||||||
In this example, both claims request `20Gi` of storage.
|
In this example, both claims request `20Gi` of storage.
|
||||||
|
|
||||||
|
> 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
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
Loading…
Reference in New Issue