61d88b8db2
* Fix random failure in debug: var=result.content|from_json * netchecker agents are deployed on all k8s-cluster group members * reducing limits/requests is not enough, switching to n1-standard-2 * gce_centos7 need more cpu
13 lines
286 B
YAML
13 lines
286 B
YAML
# Instance settings
|
|
cloud_image_family: centos-7
|
|
cloud_region: us-central1-c
|
|
cloud_machine_type: "n1-standard-2"
|
|
mode: ha
|
|
|
|
# Deployment settings
|
|
kube_network_plugin: calico
|
|
download_localhost: true
|
|
download_run_once: true
|
|
deploy_netchecker: true
|
|
dns_min_replicas: 1
|
|
cloud_provider: gce
|