mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #83409 from davidz627/master
Remove block volume capability from GCE PD CSI Driver because not supported in v0.5.2
This commit is contained in:
commit
f9e2024b35
@ -393,7 +393,6 @@ func InitGcePDCSIDriver() testsuites.TestDriver {
|
|||||||
testsuites.CapFsGroup: true,
|
testsuites.CapFsGroup: true,
|
||||||
testsuites.CapExec: true,
|
testsuites.CapExec: true,
|
||||||
testsuites.CapMultiPODs: true,
|
testsuites.CapMultiPODs: true,
|
||||||
testsuites.CapBlock: true,
|
|
||||||
// GCE supports volume limits, but the test creates large
|
// GCE supports volume limits, but the test creates large
|
||||||
// number of volumes and times out test suites.
|
// number of volumes and times out test suites.
|
||||||
testsuites.CapVolumeLimits: false,
|
testsuites.CapVolumeLimits: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user