You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HPA Profile is used to configure the Horizontal Pod Autoscaler (HPA) profile for the cluster.
1607
+
Available options include:
1608
+
- NONE: Customers explicitly opt-out of HPA profiles.
1609
+
- PERFORMANCE: PERFORMANCE is used when customers opt-in to the performance HPA profile. In this profile we support a higher number of HPAs per cluster and faster metrics collection for workload autoscaling.
1610
+
`,
1611
+
},
1612
+
},
1613
+
},
1614
+
},
1592
1615
{{- end }}
1593
1616
"secret_manager_config": {
1594
1617
Type: schema.TypeList,
@@ -2515,6 +2538,7 @@ func resourceContainerClusterCreate(d *schema.ResourceData, meta interface{}) er
*`hpa_profile` (Required) - Enable the Horizontal Pod Autoscaling profile for this cluster.
1204
+
Acceptable values are:
1205
+
*`"NONE"`: Customers explicitly opt-out of HPA profiles.
1206
+
*`"PERFORMANCE"`: PERFORMANCE is used when customers opt-in to the performance HPA profile. In this profile we support a higher number of HPAs per cluster and faster metrics collection for workload autoscaling.
1207
+
See [HPAProfile](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#hpaprofile) for more details.
0 commit comments