You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @irizzant , thanks for opening this issue! However, k3d doesn't configure anything for the local-path-provisioner, as that's a service of K3s itself. See the following resources:
What did you do
I created a cluster as reported, and deployed a
Pod
with aPersistentVolumeClaim
, manifest below.Pod
PersistentVolumeClaim
k3d cluster create -c config.yaml
I
exec
into the testPod
and we have:See above the
emptyDir
gets the correct group 1001 while "claim" directory has insteadroot
group, which shouldn't.I think this is due to the configuration of the
local-volume-provisioner
:See above that the volumes are created with 777 permissions but there is no setting for the group.
What did you expect to happen
The "claim" directory should have
1001
group.Screenshots or terminal output
Which OS & Architecture
Which version of
k3d
k3d version
Which version of docker
The text was updated successfully, but these errors were encountered: