mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-05 01:38:03 +00:00
adds ability to have hosts with no floating ips on terraform/openstack
This commit is contained in:
@@ -6,10 +6,18 @@ variable "number_of_k8s_masters" {
|
||||
default = 2
|
||||
}
|
||||
|
||||
variable "number_of_k8s_masters_no_floating_ip" {
|
||||
default = 2
|
||||
}
|
||||
|
||||
variable "number_of_k8s_nodes" {
|
||||
default = 1
|
||||
}
|
||||
|
||||
variable "number_of_k8s_nodes_no_floating_ip" {
|
||||
default = 1
|
||||
}
|
||||
|
||||
variable "public_key_path" {
|
||||
description = "The path of the ssh pub key"
|
||||
default = "~/.ssh/id_rsa.pub"
|
||||
|
||||
Reference in New Issue
Block a user