mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fix size of repd e2e to use Gi
This commit is contained in:
parent
d7c849969d
commit
13e3da39ba
@ -99,8 +99,8 @@ func testVolumeProvisioning(c clientset.Interface, ns string) {
|
|||||||
"zones": strings.Join(cloudZones, ","),
|
"zones": strings.Join(cloudZones, ","),
|
||||||
"replication-type": "regional-pd",
|
"replication-type": "regional-pd",
|
||||||
},
|
},
|
||||||
claimSize: "1.5G",
|
claimSize: "1.5Gi",
|
||||||
expectedSize: "2G",
|
expectedSize: "2Gi",
|
||||||
pvCheck: func(volume *v1.PersistentVolume) error {
|
pvCheck: func(volume *v1.PersistentVolume) error {
|
||||||
err := checkGCEPD(volume, "pd-standard")
|
err := checkGCEPD(volume, "pd-standard")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -117,8 +117,8 @@ func testVolumeProvisioning(c clientset.Interface, ns string) {
|
|||||||
"type": "pd-standard",
|
"type": "pd-standard",
|
||||||
"replication-type": "regional-pd",
|
"replication-type": "regional-pd",
|
||||||
},
|
},
|
||||||
claimSize: "1.5G",
|
claimSize: "1.5Gi",
|
||||||
expectedSize: "2G",
|
expectedSize: "2Gi",
|
||||||
pvCheck: func(volume *v1.PersistentVolume) error {
|
pvCheck: func(volume *v1.PersistentVolume) error {
|
||||||
err := checkGCEPD(volume, "pd-standard")
|
err := checkGCEPD(volume, "pd-standard")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user