mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-05 18:19:23 -02:30
terraform/openstack: add network_dns_domain variable (#5093)
This allows the user to optionally specify the dns_domain attribute on the generated internal kubernetes network.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f6a63d88a7
commit
3732c3a9b1
@@ -2,6 +2,8 @@ variable "external_net" {}
|
||||
|
||||
variable "network_name" {}
|
||||
|
||||
variable "network_dns_domain" {}
|
||||
|
||||
variable "cluster_name" {}
|
||||
|
||||
variable "dns_nameservers" {
|
||||
|
||||
Reference in New Issue
Block a user