mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-10 08:34:32 +00:00
Since the runtime may try to create mount points within the sandbox, it will fail if the mount point is within a read-only API data volume, like a secret or configMap volume. Create any needed mount points during volume setup.