mirror of https://github.com/k3s-io/k3s
Change GCEPD Standard test disk to PD_STANDARD and 2GB
parent
5155e1b5d9
commit
f3238d238d
|
@ -721,7 +721,7 @@ func createPD(zone string) (string, error) {
|
|||
}
|
||||
|
||||
tags := map[string]string{}
|
||||
err = gceCloud.CreateDisk(pdName, gcecloud.DiskTypeSSD, zone, 10 /* sizeGb */, tags)
|
||||
err = gceCloud.CreateDisk(pdName, gcecloud.DiskTypeStandard, zone, 2 /* sizeGb */, tags)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue