Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【help】Automatically generated PV, how do I modify the access modes #467

Open
cscowx opened this issue Dec 10, 2024 · 1 comment
Open
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@cscowx
Copy link

cscowx commented Dec 10, 2024

Hello everyone,

I passed the
sig-storage-local-static-provisioner-2.7.0 plugin, automatically generated PV, its access modes is RWO, how do I change to RWX or RWOP?

image

@cscowx cscowx changed the title 【help】Automatically generated PVS, how to modify the access modes 【help】Automatically generated PV, how do I modify the access modes Dec 10, 2024
@andyzhangx
Copy link
Member

it only supports RWO now:

AccessModes: []v1.PersistentVolumeAccessMode{
v1.ReadWriteOnce,
},
, local disk usually does not support RWX, but I think we could make a simple change to support RWOP

@andyzhangx andyzhangx added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants