fix broken link (#5023)
parent
8c935dfb50
commit
8afbf339f7
|
@ -55,7 +55,7 @@ spec:
|
||||||
|
|
||||||
If, for example, you wanted to use NFS you would just need to change the
|
If, for example, you wanted to use NFS you would just need to change the
|
||||||
`gcePersistentDisk` block to `nfs`. See
|
`gcePersistentDisk` block to `nfs`. See
|
||||||
[here](https://kubernetes.io/docs/user-guide/volumes.md) for more details on volumes.
|
[here](https://kubernetes.io/docs/concepts/storage/volumes/) for more details on volumes.
|
||||||
|
|
||||||
Note that in any case, the storage (in the case the GCE PersistentDisk) must be
|
Note that in any case, the storage (in the case the GCE PersistentDisk) must be
|
||||||
created independently - this is not something Kubernetes manages for you (yet).
|
created independently - this is not something Kubernetes manages for you (yet).
|
||||||
|
|
Loading…
Reference in New Issue