diff --git a/roles/kubernetes-apps/registry/README.md b/roles/kubernetes-apps/registry/README.md index c320f2bd4..06bc99a2b 100644 --- a/roles/kubernetes-apps/registry/README.md +++ b/roles/kubernetes-apps/registry/README.md @@ -55,7 +55,7 @@ spec: If, for example, you wanted to use NFS you would just need to change the `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 created independently - this is not something Kubernetes manages for you (yet).