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
What would you like to be added:
It would be great if the kindest local-path-provisioner would support ReadWriteOncePod.
It seems like it's already implemented here rancher/local-path-provisioner#331
Why is this needed:
I love to use kind for training and demo purposes and i would like to show/demo the accessMode "ReadWriteOncePod" with kind.
Yeah nice! It seems like to work with the current version. Thank you!
$ k get pvc,pod,pv
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS VOLUMEATTRIBUTESCLASS AGE
persistentvolumeclaim/demo Bound pvc-480ff307-6313-4060-b56e-d8b69731a805 10Gi RWOP standard <unset> 59s
NAME READY STATUS RESTARTS AGE
pod/mypod2 1/1 Running 0 56s
NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS VOLUMEATTRIBUTESCLASS REASON AGE
persistentvolume/pvc-480ff307-6313-4060-b56e-d8b69731a805 10Gi RWOP Delete Bound default/demo standard <unset> 52s
What would you like to be added:
It would be great if the kindest local-path-provisioner would support ReadWriteOncePod.
It seems like it's already implemented here rancher/local-path-provisioner#331
Why is this needed:
I love to use kind for training and demo purposes and i would like to show/demo the accessMode "ReadWriteOncePod" with kind.
AccessMode ReadWriteOncePod is imported when you do not want that pods share the same Volume - this is the case with ReadWriteOnce. https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
The text was updated successfully, but these errors were encountered: