Install Kubernetes 1.11 and go back to Ubuntu Xenial until Bionic is officially supported

This commit is contained in:
Paul-Henri Froidmont 2018-09-25 17:07:38 +02:00
parent 5acc7652a9
commit bf83e675f2
26 changed files with 765 additions and 7 deletions

View file

@ -7,7 +7,11 @@ variable "architecture" {
}
variable "image" {
default = "Ubuntu Bionic"
default = "Ubuntu Xenial"
}
variable "mini_image" {
default = "Ubuntu Mini Xenial 25G"
}
variable "master_instance_type" {
@ -19,7 +23,7 @@ variable "master_instance_count" {
}
variable "proxy_instance_type" {
default = "START1-S"
default = "START1-XS"
}
variable "worker_instance_type" {