mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-15 12:41:33 +02:00
Add node_labels variable in workers modules to set initial node labels (#550)
* Also add `worker_node_labels` variable in `kubernetes` modules to set initial node labels for the default workers
This commit is contained in:
committed by
Dalton Hubble
parent
8703f2c3c5
commit
99ab81f79c
@ -105,3 +105,8 @@ variable "cluster_domain_suffix" {
|
||||
default = "cluster.local"
|
||||
}
|
||||
|
||||
variable "node_labels" {
|
||||
description = "List of additional labels to add to worker nodes"
|
||||
type = list
|
||||
default = []
|
||||
}
|
||||
|
Reference in New Issue
Block a user