Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] disable stackdriver for gke test clusters (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Jun 24, 2020
1 parent a31d62e commit fa72b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ resource "google_container_cluster" "cluster" {
additional_zones = "${var.additional_zones}"
min_master_version = "${var.kubernetes_version}"
node_version = "${var.kubernetes_version}"
logging_service = "none"
monitoring_service = "none"

network = "${var.network}"
subnetwork = "${var.subnetwork}"
Expand Down

0 comments on commit fa72b48

Please sign in to comment.