Skip to content

Commit 193b08b

Browse files
Add KUBELET and CADVISOR to monitoring components (#10605) (#18090)
[upstream:7159bf76c03f3abded8061e9731b9ac166c5606a] Signed-off-by: Modular Magician <[email protected]>
1 parent 1123a9f commit 193b08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/services/container/resource_container_cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ func ResourceContainerCluster() *schema.Resource {
10471047
Type: schema.TypeList,
10481048
Optional: true,
10491049
Computed: true,
1050-
Description: `GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT and STATEFULSET.`,
1050+
Description: `GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, KUBELET and CADVISOR.`,
10511051
Elem: &schema.Schema{
10521052
Type: schema.TypeString,
10531053
},

website/docs/r/container_cluster.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ This block also contains several computed attributes, documented below.
610610

611611
<a name="nested_monitoring_config"></a>The `monitoring_config` block supports:
612612

613-
* `enable_components` - (Optional) The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT` and `STATEFULSET`. In beta provider, `WORKLOADS` is supported on top of those 10 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.)
613+
* `enable_components` - (Optional) The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
614614

615615
* `managed_prometheus` - (Optional) Configuration for Managed Service for Prometheus. Structure is [documented below](#nested_managed_prometheus).
616616

0 commit comments

Comments
 (0)