csi: Use default csi node hostpath - #1073
Open
hajiler wants to merge 1 commit into
Open
Conversation
hajiler
force-pushed
the
volume-mount-path
branch
from
August 19, 2026 21:14
1e43568 to
8a4d40d
Compare
|
lgtm from a CSI driver perspective |
…/lib/kubelet/pods TAG=agy CONV=945df49f-7efa-4dc1-a9e4-03ecbbed676f
hajiler
force-pushed
the
volume-mount-path
branch
from
August 21, 2026 16:15
8a4d40d to
dde9e00
Compare
hajiler
marked this pull request as ready for review
August 24, 2026 16:51
Collaborator
|
We discussed offline, but I don't think we want to depend on "/var/lib/kubelet/pods/[worker-pod-uuid]/substrate-volumes/[actor-uuid]/[vol-name]" because we won't be resilient to worker pod crashes/restarts/upgrades, etc. I suggest exploring something under "/var/lib/kubelet/plugins" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mount
kubelet-podshost path to atelet for CSI node operations. This hostpath is the default for the average CSI driver, and will enable compatibility with default CSI node daemonsets without additional customization.Volumes are mounted to the node at the following path:
/var/lib/kubelet/pods/[worker-pod-uuid]/substrate-volumes/[actor-uuid]/[vol-name]". By mounting the directory in substrate-volumes, this avoids interferences from the volume reconstruction feature, which usesvar/lib/kubelet/pods/*/volumes/for discovery.TAG=agy
CONV=945df49f-7efa-4dc1-a9e4-03ecbbed676f
#232