Skip to content

Commit

Permalink
General Amazon Linux 2 support (#1339)
Browse files Browse the repository at this point in the history
* Split all os specific scripts into own files

Signed-off-by: Artiom Diomin <kron82@gmail.com>

* amzn2 scripts

Signed-off-by: Artiom Diomin <kron82@gmail.com>

* Fix amazon linux 2 terraform

Signed-off-by: Artiom Diomin <kron82@gmail.com>

* upgrade machine-controller to v1.29.1

Signed-off-by: Artiom Diomin <kron82@gmail.com>

* Fix binaries cleanup for eksd/amzn2

Signed-off-by: Artiom Diomin <kron82@gmail.com>
  • Loading branch information
kron4eg authored May 14, 2021
1 parent 0328596 commit 177f283
Show file tree
Hide file tree
Showing 20 changed files with 853 additions and 712 deletions.
4 changes: 3 additions & 1 deletion examples/terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ variable "worker_os" {
# * centos
# * flatcar
# * rhel
# * amzn2
default = ""
}

Expand Down Expand Up @@ -104,6 +105,7 @@ variable "os" {
# * centos
# * rhel
# * flatcar
# * amzn2
default = "ubuntu"
}

Expand Down Expand Up @@ -135,7 +137,7 @@ variable "ami_filters" {
image_name = ["RHEL-8*_HVM-*-x86_64-*"]
}

amazon_linux2 = {
amzn2 = {
owners = ["137112412989"] # Amazon
image_name = ["amzn2-ami-hvm-2.0.*-x86_64-gp2"]
}
Expand Down
Loading

0 comments on commit 177f283

Please sign in to comment.