mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +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.CapExec: true,
|
||||
testsuites.CapMultiPODs: true,
|
||||
testsuites.CapBlock: true,
|
||||
// GCE supports volume limits, but the test creates large
|
||||
// number of volumes and times out test suites.
|
||||
testsuites.CapVolumeLimits: false,
|
||||
|
Loading…
Reference in New Issue
Block a user