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.
1584
+
Available options include:
1585
+
- NONE: Customers explicitly opt-out of HPA profiles.
1586
+
- 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.
1587
+
`,
1588
+
},
1589
+
},
1590
+
},
1591
+
},
1569
1592
"secret_manager_config": {
1570
1593
Type: schema.TypeList,
1571
1594
Optional: true,
@@ -2486,6 +2509,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