mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 18:07:39 -02:30
Use Pre-existing Floating IP for Bastion (#8214)
* use pre-existing floating IP for bastion * document bastion_fips in readme
This commit is contained in:
@@ -24,6 +24,7 @@ module "ips" {
|
||||
router_id = module.network.router_id
|
||||
k8s_nodes = var.k8s_nodes
|
||||
k8s_master_fips = var.k8s_master_fips
|
||||
bastion_fips = var.bastion_fips
|
||||
router_internal_port_id = module.network.router_internal_port_id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user