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.
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: