mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 17:50:06 -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:
@@ -0,0 +1,15 @@
|
||||
variable "cluster_name" {}
|
||||
|
||||
variable "subnet_id" {}
|
||||
|
||||
variable "floatingip_pool" {}
|
||||
|
||||
variable "k8s_master_ips" {}
|
||||
|
||||
variable "k8s_master_loadbalancer_enabled" {}
|
||||
|
||||
variable "k8s_master_loadbalancer_listener_port" {}
|
||||
|
||||
variable "k8s_master_loadbalancer_server_port" {}
|
||||
|
||||
variable "k8s_master_loadbalancer_public_ip" {}
|
||||
Reference in New Issue
Block a user