docs
docs copied to clipboard
Documentation for CSI integration with Kubernetes
This pull request introduces the Huawei Cloud CSI plugin, extending support for various cloud services such as Object Storage (OBS), File Storage (SFS), and File Storage Performance Edition (SFS Turbo)....
the liveness sidecar latest release version is `v2.12.0` https://github.com/kubernetes-csi/livenessprobe/releases/tag/v2.12.0
As mentioned in https://github.com/kubernetes-csi/external-provisioner/issues/1148, external-provisioner didn't recognize per per volume secret tokens that reference to PVCs. This was fixed is master branch of external-provisioner. CSI document should be updated to...
This PR is a placeholder for adding documentation for `external-snapshot-metadata` sidecar container. This new sidecar container will be added as a part of enhancement https://github.com/kubernetes/enhancements/issues/3314 KEP: https://github.com/kubernetes/enhancements/pull/4082 Git repo: https://github.com/kubernetes-csi/external-snapshot-metadata
In most cases this is a direct replacement, but some sections have been slightly changed to reflect if the section is discussing control plane nodes (i.e., nodes that run control...
This adds a brief page with an example of how to import an existing snapshot from the underlying system into Kubernetes. I found the documentation to not be straightforward on...