mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 02:30:03 -03:30
[Terraform-Openstack] Add optional Octavia loadbalancer for Master Nodes (#10924)
* terraform-openstack add optional master lb * remove unnecessary spaces * remove unnecessary spaces * fix ci warnings
This commit is contained in:
@@ -389,3 +389,23 @@ variable "group_vars_path" {
|
||||
type = string
|
||||
default = "./group_vars"
|
||||
}
|
||||
|
||||
variable "k8s_master_loadbalancer_enabled" {
|
||||
type = bool
|
||||
default = "false"
|
||||
}
|
||||
|
||||
variable "k8s_master_loadbalancer_listener_port" {
|
||||
type = string
|
||||
default = "6443"
|
||||
}
|
||||
|
||||
variable "k8s_master_loadbalancer_server_port" {
|
||||
type = string
|
||||
default = 6443
|
||||
}
|
||||
|
||||
variable "k8s_master_loadbalancer_public_ip" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user