mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-03 06:54:35 +02:00
Update docs and variable types for worker node_labels
* Document worker pools `node_labels` variable to set the initial node labels for a homogeneous set of workers * Document `worker_node_labels` convenience variable to set the initial node labels for default worker nodes
This commit is contained in:
@ -52,6 +52,12 @@ variable "preemptible" {
|
||||
description = "If enabled, Compute Engine will terminate instances randomly within 24 hours"
|
||||
}
|
||||
|
||||
variable "clc_snippets" {
|
||||
type = list(string)
|
||||
description = "Container Linux Config snippets"
|
||||
default = []
|
||||
}
|
||||
|
||||
# configuration
|
||||
|
||||
variable "kubeconfig" {
|
||||
@ -82,14 +88,8 @@ variable "cluster_domain_suffix" {
|
||||
}
|
||||
|
||||
variable "node_labels" {
|
||||
description = "List of additional labels to add to worker nodes"
|
||||
type = list
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "clc_snippets" {
|
||||
type = list(string)
|
||||
description = "Container Linux Config snippets"
|
||||
description = "List of initial node labels"
|
||||
default = []
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user