local-path-provisioner
local-path-provisioner copied to clipboard
Dynamically provisioning persistent local storage with Kubernetes
As per https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#built-in-node-labels - [[[ The value of these labels is cloud provider specific and is not guaranteed to be reliable. For example, the value of kubernetes.io/hostname may be the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
The example : https://github.com/rancher/local-path-provisioner?tab=readme-ov-file#usage is failing
The example : https://github.com/rancher/local-path-provisioner?tab=readme-ov-file#usage is failing : raphy@raohy:~/.talos/local-path-provisioner$ kubectl apply -f pod.yaml Warning: would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "volume-test" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "volume-test" must...
HI all, I am currently evaluation Velero as a backup tool for my K3s cluster. Most of my clusters have the local-path-provisioner as the only storageClass. I found an old...
Observing this on the latest v0.0.29 release and master-head local-path-provisoner on K3s v1.30.4+k3s1. PVs created with the new local-path-provisoner image have an updated `nodeAffinity.required.nodeSelectorTerms` as depicted below ``` nodeAffinity: required:...
I am using the local-path-provisioner with the volumeType "local". Since 0.0.29 I have the problem that the node affinity of the PV is not set. In 0.0.28 it worked correctly....
Can local-path-provisioner publish the distroless image present in examples and use that to create and delete directories. Currently the busybox image is used and there are vulnerabilities reported very frequently...
I have noticed that after draining a node, the Released `PV`s with `ReclaimPolicy` set to `Delete` never get deleted. When running `kubectl describe pv `, I can see the following:...
Hello, i am experiencing the following error quite often: ``` time="2024-07-30T08:25:22Z" level=error msg="unable to delete the helper pod: pods \"helper-pod-delete-pvc-f02f13f9-7ffd-45bc-ba90-629cf304c9a9\" not found" ``` In my use-case, i am creating many...
Hello, i would like to request the feature to push not only to docker hub, but also other famous registries: * AWS Public Registry * Azure Container Registry * GitHub...