mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Update gce-pd volume topology label to GA
This commit is contained in:
@@ -1243,7 +1243,7 @@ func InitGcePdDriver() storageframework.TestDriver {
|
||||
},
|
||||
SupportedFsType: supportedTypes,
|
||||
SupportedMountOption: sets.NewString("debug", "nouid32"),
|
||||
TopologyKeys: []string{v1.LabelFailureDomainBetaZone},
|
||||
TopologyKeys: []string{v1.LabelTopologyZone},
|
||||
Capabilities: map[storageframework.Capability]bool{
|
||||
storageframework.CapPersistence: true,
|
||||
storageframework.CapFsGroup: true,
|
||||
|
Reference in New Issue
Block a user