mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Adding a start to control-plane infra
This commit is contained in:
@@ -14,3 +14,9 @@ variable "prefix" {
|
||||
description = "The prefix to add the name"
|
||||
default = "jibakurei"
|
||||
}
|
||||
|
||||
variable "etcd_member_count" {
|
||||
type = string
|
||||
description = "The number of etcd instances in the cluster"
|
||||
default = "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user