Description
Current PVC spec has AccessModes hardcoded to ReadWriteOnce value.
It may be helpful to configure AccessModes parameter and to require RWX access from the storage provider and rely, that there can't be a situation, where workspaces are no longer properly distributed across the nodes.
Description
Current PVC spec has
AccessModeshardcoded toReadWriteOncevalue.It may be helpful to configure
AccessModesparameter and to require RWX access from the storage provider and rely, that there can't be a situation, where workspaces are no longer properly distributed across the nodes.