mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
make it possible to open additional ports on master nodes (#6547)
This commit is contained in:
@@ -204,6 +204,12 @@ variable "k8s_allowed_egress_ips" {
|
||||
default = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
variable "master_allowed_ports" {
|
||||
type = list
|
||||
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "worker_allowed_ports" {
|
||||
type = list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user