You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Minimum number of high memory workers to be created on eks cluster"
574
+
default=0
575
+
}
576
+
577
+
variable"max_num_of_memory_workers" {
578
+
description="Maximum number of high memory workers to be created on eks cluster"
579
+
default=0
580
+
}
581
+
572
582
variable"kubelet_security_args" {
573
583
description="A set of additional kubelet configurations to meet security standards. WARNING: Invalid command line parameters here will cause all nodes deployed with these settings to never become ready. This kills the cluster."
0 commit comments