Use packer to create a base preconfigured base image

This commit is contained in:
Paul-Henri Froidmont 2018-10-18 22:45:01 +02:00
parent 3090cc6818
commit 3731d10987
12 changed files with 153 additions and 68 deletions

View file

@ -7,7 +7,7 @@ variable "architecture" {
}
variable "image" {
default = "Ubuntu Xenial"
default = "ubuntu-bionic-k8s"
}
variable "mini_image" {
@ -23,7 +23,7 @@ variable "master_instance_count" {
}
variable "proxy_instance_type" {
default = "START1-XS"
default = "START1-S"
}
variable "worker_instance_type" {