From 9dbdfccc3334adba4ed74b901780ef2392b977de Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 17 Oct 2024 09:51:45 -0700 Subject: [PATCH 1/3] chore(CI): add insecure_kubelet_readonly_port_enabled --- examples/private_zonal_with_networking/main.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/private_zonal_with_networking/main.tf b/examples/private_zonal_with_networking/main.tf index fbaf3d95ca..b9c311c949 100644 --- a/examples/private_zonal_with_networking/main.tf +++ b/examples/private_zonal_with_networking/main.tf @@ -1,5 +1,5 @@ /** - * Copyright 2019 Google LLC + * Copyright 2019-2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -79,6 +79,8 @@ module "gke" { master_ipv4_cidr_block = "172.16.0.0/28" deletion_protection = false + insecure_kubelet_readonly_port_enabled = false + master_authorized_networks = [ { cidr_block = data.google_compute_subnetwork.subnetwork.ip_cidr_range From 30aa95ff90cf814735436928676d20ef387b24d7 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 17 Oct 2024 10:20:28 -0700 Subject: [PATCH 2/3] Update main.tf --- examples/private_zonal_with_networking/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/private_zonal_with_networking/main.tf b/examples/private_zonal_with_networking/main.tf index b9c311c949..a9d0cf6517 100644 --- a/examples/private_zonal_with_networking/main.tf +++ b/examples/private_zonal_with_networking/main.tf @@ -79,7 +79,7 @@ module "gke" { master_ipv4_cidr_block = "172.16.0.0/28" deletion_protection = false - insecure_kubelet_readonly_port_enabled = false + insecure_kubelet_readonly_port_enabled = "FALSE" master_authorized_networks = [ { From e38ed46534983cff645a02dba62670892e8c4b04 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 17 Oct 2024 10:32:01 -0700 Subject: [PATCH 3/3] Update main.tf --- examples/private_zonal_with_networking/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/private_zonal_with_networking/main.tf b/examples/private_zonal_with_networking/main.tf index a9d0cf6517..b9c311c949 100644 --- a/examples/private_zonal_with_networking/main.tf +++ b/examples/private_zonal_with_networking/main.tf @@ -79,7 +79,7 @@ module "gke" { master_ipv4_cidr_block = "172.16.0.0/28" deletion_protection = false - insecure_kubelet_readonly_port_enabled = "FALSE" + insecure_kubelet_readonly_port_enabled = false master_authorized_networks = [ {