mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 18:19:29 +03:00
allow pre-existing floating IPs to be specified with k8s_master_fips (#6755)
k8s_master_no_etcd_fips should not be input var
This commit is contained in:
@@ -156,6 +156,12 @@ variable "dns_nameservers" {
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "k8s_master_fips" {
|
||||
description = "specific pre-existing floating IPs to use for master nodes"
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "floatingip_pool" {
|
||||
description = "name of the floating ip pool to use"
|
||||
default = "external"
|
||||
|
||||
Reference in New Issue
Block a user