Skip to content

Commit

Permalink
integration: create a larger kuberentes cluster in gke
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsa committed Feb 18, 2019
1 parent 28a8276 commit 0ed60f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/install_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func setupGenericClusters() map[string]*genericKubeCluster {
"gke": {
createData: map[string]string{
"driver": "googlekubernetesengine",
"node-count": "1",
"node-count": "2",
"zone": os.Getenv("GCE_ZONE"),
"project-id": os.Getenv("GCE_PROJECT_ID"),
"machine-type": os.Getenv("GCE_MACHINE_TYPE"),
Expand Down

0 comments on commit 0ed60f1

Please sign in to comment.