csi-driver-host-path
csi-driver-host-path copied to clipboard
A sample (non-production) CSI Driver that creates a local directory as a volume on a single node
Hi, I deployed CSI hostpath on top kubernetes with 2 worker node. Righ now, my pod `snapshot-controller-0` and `csi-hostpathplugin-0` deployed on worker2. I need to reboot this server. How to...
See test case in this [PR](https://github.com/kubernetes/kubernetes/pull/107065/files#diff-c0b41d6b4f963df4d44f35004220c427e991fa0606ec6bdc3ffbeef38e27bba6). The test case mounts multiple PV pointing to the same storage on the same node. This test case fails for raw block mode for...
**What type of PR is this?** > /kind bug Fixes #328
While installing VolumeSnapshot CRDs in snapshot controller installation, the Snapshot controller uses the version 2.0.1 and accordingly crd for version v1beta1 is applied. For User Using cluster v1.20 and above...
Hi. When using csi-driver-host-path in GKE 1.17.12 following the suggested deployment [deploy-1.17-and-later](https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/docs/deploy-1.17-and-later.md) I noticed that Node Affinity for pv's `topology.hostpath.csi/node` gets set to the instance group of the pool that...
Pods without resource specification are the first that get evicted when a node runs out of resources. All of our deployments should specify required resources. Perhaps there's also something else...
Signed-off-by: amolmote Fixes #371
*This is the bug report* This page [CONTRIBUTING.md](https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/CONTRIBUTING.md) have one broken link of `Contributor Cheat Sheet` which needs to fix Solution this link https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md required to replace with https://git.k8s.io/community/contributors/guide/contributor-cheatsheet /kind...
https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/docs/deploy-1.17-and-later.md The version 2.0.1 is outdated: `no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"` When changing to 6.0.1, the url is wrong: `server reported 404 Not Found, status code=404` ----...
**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...