mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03:30
Update Kubernetes to v1.9.0 (#2100)
Update checksum for kubeadm Use v1.9.0 kubeadm params Include hash of ca.crt for kubeadm join Update tag for testing upgrades Add workaround for testing upgrades Remove scale CI scenarios because of slow inventory parsing in ansible 2.4.x. Change region for tests to us-central1 to improve ansible performance
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Instance settings
|
||||
cloud_image_family: centos-7
|
||||
cloud_region: europe-west1-b
|
||||
mode: ha-scale
|
||||
cloud_region: us-central1-c
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: ha
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: calico
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: centos-7
|
||||
cloud_region: us-west1-a
|
||||
cloud_region: us-central1-c
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: default
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# Instance settings
|
||||
cloud_image_family: coreos-alpha
|
||||
cloud_region: us-west1-a
|
||||
mode: ha-scale
|
||||
cloud_region: us-central1-a
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: ha
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: coreos-stable
|
||||
cloud_region: us-west1-b
|
||||
cloud_region: us-central1-a
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
mode: aio
|
||||
##user-data to simply turn off coreos upgrades
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: coreos-stable
|
||||
cloud_region: us-east1-b
|
||||
cloud_region: us-central1-c
|
||||
mode: default
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: rhel-7
|
||||
cloud_region: us-east1-b
|
||||
cloud_region: us-central1-a
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: rhel-7
|
||||
cloud_region: europe-west1-b
|
||||
cloud_region: us-central1-b
|
||||
mode: default
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: europe-west1-b
|
||||
cloud_region: us-central1-c
|
||||
mode: ha
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_region: europe-west1-b
|
||||
cloud_region: us-central1-c
|
||||
mode: ha
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-west1-a
|
||||
cloud_region: us-central1-b
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: europe-west1-b
|
||||
cloud_region: us-central1-a
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
cloud_region: us-central1-c
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
cloud_region: us-central1-c
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
|
||||
Reference in New Issue
Block a user