Skip to content

Commit

Permalink
chore(tf): workaround for outdated Google Terraform provider (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 2, 2024
1 parent c13af8b commit c780319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tf/env/staging/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ resource "google_container_node_pool" "wbaas-2_compute-pool-2" {
enable_integrity_monitoring = true
enable_secure_boot = false
}
# TODO: Remove kubelet_config after T376141
kubelet_config {
cpu_manager_policy = "none"
cpu_cfs_quota = false
pod_pids_limit = 0
}
}
upgrade_settings {
max_surge = 1
Expand Down

0 comments on commit c780319

Please sign in to comment.