mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-29 02:43:47 +00:00
Automatic merge from submit-queue (batch tested with PRs 43378, 43216, 43384, 43083, 43428) Kubelet:rkt Create any missing hostPath Volumes When using a `hostPath` inside the `Pod.spec.volumes`, this PR allows to creates any missing directory on the node. **What this PR does / why we need it**: With rkt as the container runtime we cannot use `hostPath` volumes if the directory is missing. **Special notes for your reviewer**: This PR follows [#39965](https://github.com/kubernetes/kubernetes/pull/39965) The labels should be > area/rkt > area/kubelet