mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +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",
|
"ext4",
|
||||||
"xfs",
|
"xfs",
|
||||||
),
|
),
|
||||||
|
SupportedMountOption: sets.NewString("debug", "nouid32"),
|
||||||
Capabilities: map[testsuites.Capability]bool{
|
Capabilities: map[testsuites.Capability]bool{
|
||||||
testsuites.CapPersistence: true,
|
testsuites.CapPersistence: true,
|
||||||
testsuites.CapFsGroup: true,
|
testsuites.CapFsGroup: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user