We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb46c7e + a2f966b commit 5013b20Copy full SHA for 5013b20
infra/gcp/terraform/kubernetes-public/10-cluster-configuration.tf
@@ -159,6 +159,9 @@ resource "google_container_cluster" "cluster" {
159
160
// Configure cluster addons
161
addons_config {
162
+ gce_persistent_disk_csi_driver_config {
163
+ enabled = true
164
+ }
165
horizontal_pod_autoscaling {
166
disabled = false
167
}
infra/gcp/terraform/modules/gke-cluster/main.tf
@@ -161,6 +161,9 @@ resource "google_container_cluster" "prod_cluster" {
168
169
0 commit comments