Skip to content

Commit ed67b9d

Browse files
author
Hantao (Will) Wang
committed
increase node size for gke
1 parent b45b1e3 commit ed67b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func clusterDownGCE(k8sDir string) error {
2121

2222
func clusterDownGKE(gceZone string) error {
2323
cmd := exec.Command("gcloud", "container", "clusters", "delete", gkeTestClusterName,
24-
"--zone", gceZone, "--quiet")
24+
"--zone", gceZone, "--quiet", "--machine-type", "n1-standard-2")
2525
err := runCommand("Bringing Down E2E Cluster on GKE", cmd)
2626
if err != nil {
2727
return fmt.Errorf("failed to bring down kubernetes e2e cluster on gke: %v", err)

0 commit comments

Comments
 (0)