Ensure k8s version is 1.23 using COS.

This commit is contained in:
Corneil du Plessis
2023-02-06 16:38:29 +02:00
parent b204d38334
commit 3ac1499001

View File

@@ -131,9 +131,6 @@ resource "google_container_cluster" "primary" {
}
ip_allocation_policy {
}
managed_prometheus {
enabled = false
}
}
resource "google_compute_firewall" "stream-ci-fw" {