sig-storage-local-static-provisioner
sig-storage-local-static-provisioner copied to clipboard
Static provisioner of local volumes
When a node is deleted - either due to failure or due to an autoscale event removing it, local static volumes on it become permanently destroyed. But the metadata for...
Migrating from https://github.com/kubernetes-incubator/external-storage/issues/817 /kind feature
In order to get local-provisioner creating pvs for raw block devices host path "/dev" needs to be mounted in daemonset to "/dev" as well. This hasn't been described in docs...
### Motivation Able to migrate PVs (actually underlying volumes) to another storage class and do not be afraid volumes can possibly be discovered more than once. ### Problem Current PV...
Migrating issue from: https://github.com/kubernetes-incubator/external-storage/issues/1052 /help
**What type of PR is this?** /kind bug **What this PR does / why we need it**: fix: CVE-2022-32149 **Which issue(s) this PR fixes**: Fixes # **Special notes for your...
Signed-off-by: ZhengSheng0524 **What type of PR is this?** /kind documentation **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your...
We are planning to monitor components` stotage utilization but we see that kubelet_volume_stats* shows summed values accross PVCs , any workaround on that?
/kind feature **What this PR does / why we need it**: - Adds an optional Prometheus PodMonitor, which has some advantages over ServiceMonitor (no need for Service and the associated...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. Release notes Sourced from actions/setup-python's releases. v5.1.0 What's Changed Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate...