make it possible to open additional ports on master nodes (#6547)

This commit is contained in:
Hugo Blom
2020-08-27 11:07:13 +02:00
committed by GitHub
parent f59d3fc4a3
commit 2f8fc92182
4 changed files with 22 additions and 0 deletions

View File

@@ -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