mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-10 19:16:50 +02:00
Gpu workers support (#515)
* added posibility to use Amazon EKS-Optimized AMI with GPU Support for workers * updated CHANGELOG.md * added missing var prefix * updated Changelog to ver 6.x.x
This commit is contained in:
committed by
Max Williams
parent
0cc058c52c
commit
f79c790153
@@ -126,6 +126,12 @@ variable "worker_ami_name_filter" {
|
||||
default = "v*"
|
||||
}
|
||||
|
||||
variable "worker_ami_name_filter_prefix" {
|
||||
description = "Name prefix filter for AWS EKS worker AMI. Default behaviour will get regular EKS-Optimized AMI but could be set to a EKS-Optimized AMI with GPU Support, e.g. \"amazon-eks-gpu-node\", or custom AMI"
|
||||
type = string
|
||||
default = "amazon-eks-node"
|
||||
}
|
||||
|
||||
variable "worker_additional_security_group_ids" {
|
||||
description = "A list of additional security group ids to attach to worker instances"
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user