Add a worker_groups option to define kubelet --node-labels

This commit is contained in:
Bryan Shelton
2018-07-07 14:18:25 -07:00
parent 186572d7f4
commit 9876ddbe71
3 changed files with 6 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ variable "workers_group_defaults" {
additional_userdata = "" # userdata to append to the default userdata.
ebs_optimized = true # sets whether to use ebs optimization on supported types.
public_ip = false # Associate a public ip address with a worker
kubelet_node_labels = "" # This string is passed directly to kubelet via --node-lables= if set. It should be comma delimited with no spaces. If left empty no --node-labels switch is added.
}
}