Run hack/update-expected.sh

This commit is contained in:
Ciprian Hacman 2022-12-05 00:20:17 +02:00
parent 71d0dfdc21
commit eded9c1c4b
7 changed files with 28 additions and 0 deletions

View File

@ -371,6 +371,10 @@ resource "google_compute_firewall" "node-to-master-ha-gce-example-com" {
ports = ["443"]
protocol = "tcp"
}
allow {
ports = ["10250"]
protocol = "tcp"
}
allow {
ports = ["3988"]
protocol = "tcp"

View File

@ -307,6 +307,10 @@ resource "google_compute_firewall" "node-to-master-minimal-example-com" {
ports = ["443"]
protocol = "tcp"
}
allow {
ports = ["10250"]
protocol = "tcp"
}
allow {
ports = ["3988"]
protocol = "tcp"

View File

@ -283,6 +283,10 @@ resource "google_compute_firewall" "node-to-master-minimal-gce-example-com" {
ports = ["443"]
protocol = "tcp"
}
allow {
ports = ["10250"]
protocol = "tcp"
}
allow {
ports = ["3988"]
protocol = "tcp"

View File

@ -261,6 +261,10 @@ resource "google_compute_firewall" "node-to-master-minimal-gce-ilb-example-com"
ports = ["443"]
protocol = "tcp"
}
allow {
ports = ["10250"]
protocol = "tcp"
}
allow {
ports = ["3988"]
protocol = "tcp"

View File

@ -269,6 +269,10 @@ resource "google_compute_firewall" "node-to-master-minimal-gce-with-a-very-very-
ports = ["443"]
protocol = "tcp"
}
allow {
ports = ["10250"]
protocol = "tcp"
}
allow {
ports = ["3988"]
protocol = "tcp"

View File

@ -283,6 +283,10 @@ resource "google_compute_firewall" "node-to-master-minimal-gce-with-a-very-very-
ports = ["443"]
protocol = "tcp"
}
allow {
ports = ["10250"]
protocol = "tcp"
}
allow {
ports = ["3988"]
protocol = "tcp"

View File

@ -275,6 +275,10 @@ resource "google_compute_firewall" "node-to-master-minimal-gce-private-example-c
ports = ["443"]
protocol = "tcp"
}
allow {
ports = ["10250"]
protocol = "tcp"
}
allow {
ports = ["3988"]
protocol = "tcp"