mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-01 19:37:57 +00:00
add normal label to on demand nodes (#143)
This commit is contained in:
@@ -42,6 +42,7 @@ module "eks" {
|
||||
asg_min_size = var.node_group_settings["min_capacity"]
|
||||
instance_type = var.node_group_settings["instance_type"]
|
||||
additional_userdata = local.worker_additional_userdata
|
||||
kubelet_extra_args = "--node-labels=node.kubernetes.io/lifecycle=normal"
|
||||
subnets = [subnet]
|
||||
tags = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user