docs
docs copied to clipboard
Documentation for CSI integration with Kubernetes
resolve https://github.com/kubernetes-csi/docs/issues/533
What type of PR is this? /kind fix What this PR does / why we need it: This PR fixes a broken link on the deploying.html page with a working...
http=>https /assign
The term "master" should be changed to a neutral term "control plane". References: https://github.com/kubernetes/community/pull/5243/files https://kubernetes.io/docs/concepts/overview/components/ https://kubernetes-csi.github.io/docs/?search=master
In [this](https://github.com/kubernetes-csi/docs/blob/master/book/src/volume-cloning.md) page ## Changes Needed - Volume cloning was promoted to Beta in version 1.16 and GA in 1.18, and as such is enabled by `defult` for kubernetes versions...
I see a broken link on https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/container-storage-interface.md#recommended-mechanism-for-deploying-csi-drivers-on-kubernetes if someone can point me to the correct link, I'd be happy to create a PR to fix this.
## Problem Description The issue i have observed is that when we visit this [external-attacher.html](https://kubernetes-csi.github.io/docs/external-attacher.html) and click on the `min K8s Version`, `max K8s Version` and `Recommended K8s Version` then...
Documentation for https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3141-prevent-volume-mode-conversion moving to GA. This update contains some links which do not exist yet regarding sidecar versions.
Section 2 of the docs state > CSI Node service Only NodePublishVolume, NodeUnpublishVolume, and NodeGetCapabilities are required. Required methods enable callers to make a volume available at a specified path...