Merge pull request #25292 from michielvangendt/patch-1
Fix link to CSI ephemeral volumes
This commit is contained in:
commit
ec9bfbd16e
|
@ -46,7 +46,7 @@ different purposes:
|
||||||
[downwardAPI](/docs/concepts/storage/volumes/#downwardapi),
|
[downwardAPI](/docs/concepts/storage/volumes/#downwardapi),
|
||||||
[secret](/docs/concepts/storage/volumes/#secret): inject different
|
[secret](/docs/concepts/storage/volumes/#secret): inject different
|
||||||
kinds of Kubernetes data into a Pod
|
kinds of Kubernetes data into a Pod
|
||||||
- [CSI ephemeral volumes](#csi-ephemeral-volume):
|
- [CSI ephemeral volumes](#csi-ephemeral-volumes):
|
||||||
similar to the previous volume kinds, but provided by special
|
similar to the previous volume kinds, but provided by special
|
||||||
[CSI drivers](https://github.com/container-storage-interface/spec/blob/master/spec.md)
|
[CSI drivers](https://github.com/container-storage-interface/spec/blob/master/spec.md)
|
||||||
which specifically [support this feature](https://kubernetes-csi.github.io/docs/drivers.html)
|
which specifically [support this feature](https://kubernetes-csi.github.io/docs/drivers.html)
|
||||||
|
|
Loading…
Reference in New Issue