mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Install Kubernetes 1.11 and go back to Ubuntu Xenial until Bionic is officially supported
This commit is contained in:
parent
5acc7652a9
commit
bf83e675f2
26 changed files with 765 additions and 7 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue