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
Copy file name to clipboardExpand all lines: src/aks-preview/HISTORY.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ To release a new version, please select a new version number (usually plus 1 to
12
12
Pending
13
13
+++++++
14
14
15
+
21.0.0b6
16
+
++++++++
17
+
* `az aks create / update`: Add `--enable-control-plane-metrics` and `az aks update`: `--disable-control-plane-metrics` flags to opt clusters into Azure Monitor managed Prometheus control plane metrics (kube-apiserver, etcd, etc.) via the first-class API property `azureMonitorProfile.metrics.controlPlane.enabled` (replaces the AFEC-gated preview).
18
+
15
19
21.0.0b5
16
20
+++++++
17
21
* `az aks prepared-image-specification`: Add new command.
short-summary: Enable collection of Azure Monitor managed Prometheus control plane metrics for managed cluster components (controlplane-apiserver and controlplane-etcd targets by default). Requires Azure Monitor metrics to be enabled (already enabled or via --enable-azure-monitor-metrics).
609
612
- name: --azure-monitor-workspace-resource-id
610
613
type: string
611
614
short-summary: Resource ID of the Azure Monitor Workspace
short-summary: Enable collection of Azure Monitor managed Prometheus control plane metrics for managed cluster components (controlplane-apiserver and controlplane-etcd targets by default). Requires Azure Monitor metrics to be enabled (already enabled or via --enable-azure-monitor-metrics).
1335
1341
- name: --azure-monitor-workspace-resource-id
1336
1342
type: string
1337
1343
short-summary: Resource ID of the Azure Monitor Workspace
@@ -1353,6 +1359,9 @@
1353
1359
- name: --disable-azure-monitor-metrics
1354
1360
type: bool
1355
1361
short-summary: Disable Azure Monitor Metrics Profile. This will delete all DCRA's associated with the cluster, any linked DCRs with the data stream = prometheus-stream and the recording rule groups created by the addon for this AKS cluster.
0 commit comments