mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Add supportedMountOptions for GCE PD CSI Driver tests
This commit is contained in:
parent
831cd29f4e
commit
b6a38d7e2b
@ -347,6 +347,7 @@ func InitGcePDCSIDriver() testsuites.TestDriver {
|
||||
"ext4",
|
||||
"xfs",
|
||||
),
|
||||
SupportedMountOption: sets.NewString("debug", "nouid32"),
|
||||
Capabilities: map[testsuites.Capability]bool{
|
||||
testsuites.CapPersistence: true,
|
||||
testsuites.CapFsGroup: true,
|
||||
|
Loading…
Reference in New Issue
Block a user