Skip to content

HostPath requirement #718

Answered by aramase
janethavi asked this question in Q&A
Nov 15, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Which version of the driver and provider are you running in the cluster?

  • /var/lib/kubelet/pods is required for the driver: https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/deploy/secrets-store-csi-driver.yaml#L94. This is the volume directory for pods and the target path in this dir is mounted into the pod as tmpfs.
  • /etc/kubernetes/secrets-store-csi-providers is used for the unix socket that enable driver <-> provider communication. If you don't wish to use /etc/kubernetes/secrets-store-csi-providers, then you can change that to a different path that's allowed. Note, this change has to be made in all the yamls for the driver and provider and is also customisable with…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@janethavi
Comment options

Answer selected by janethavi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants