mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Increase CPU flavor for CI (#4389)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1f01b6546c
commit
3511b55cf5
@@ -1,7 +1,7 @@
|
|||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: centos-7
|
cloud_image_family: centos-7
|
||||||
cloud_region: us-central1-c
|
cloud_region: us-central1-c
|
||||||
cloud_machine_type: "n1-standard-1"
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: default
|
mode: default
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: coreos-stable
|
cloud_image_family: coreos-stable
|
||||||
cloud_region: us-central1-c
|
cloud_region: us-central1-c
|
||||||
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: default
|
mode: default
|
||||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: ubuntu-1604-lts
|
cloud_image_family: ubuntu-1604-lts
|
||||||
cloud_region: us-central1-b
|
cloud_region: us-central1-b
|
||||||
cloud_machine_type: "n1-standard-1"
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: ha
|
mode: ha
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: ubuntu-1604-lts
|
cloud_image_family: ubuntu-1604-lts
|
||||||
cloud_region: us-central1-c
|
cloud_region: us-central1-c
|
||||||
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: separate
|
mode: separate
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|||||||
Reference in New Issue
Block a user