Skip to content

Commit be1134c

Browse files
committed
examples/deploy-service: pin GKE version to 1.11
Changes in GKE 1.12 have caused node pool resources to become unstable; in turn this has caused the deploy-service example and tests to become unreliable. This commit bypasses the problem by pinning the GKE version to 1.11 to get CI passing again. Once CI is green we can resolve the root cause while other pull requests are reviewed.
1 parent 0ccde2d commit be1134c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/deploy_service/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ module "gke" {
4141
network = "${var.network}"
4242
subnetwork = "${var.subnetwork}"
4343

44+
kubernetes_version = "1.11.7-gke.12"
45+
4446
ip_range_pods = "${var.ip_range_pods}"
4547
ip_range_services = "${var.ip_range_services}"
4648
service_account = "${var.compute_engine_service_account}"

0 commit comments

Comments
 (0)