associate fips for masters with no etcd (#4657)

This commit is contained in:
Jiang Yi Tao
2019-04-29 13:58:20 +08:00
committed by Kubernetes Prow Robot
parent d5c33e6d6c
commit f518b90c6b
5 changed files with 22 additions and 1 deletions

View File

@@ -2,6 +2,10 @@ output "k8s_master_fips" {
value = ["${openstack_networking_floatingip_v2.k8s_master.*.address}"]
}
output "k8s_master_no_etcd_fips" {
value = ["${openstack_networking_floatingip_v2.k8s_master_no_etcd.*.address}"]
}
output "k8s_node_fips" {
value = ["${openstack_networking_floatingip_v2.k8s_node.*.address}"]
}