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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,15 @@ To release a new version, please select a new version number (usually plus 1 to
11
11
12
12
Pending
13
13
+++++++
14
+
15
+
19.0.0b28
16
+
+++++++
14
17
* Fix `match_condition` kwarg leaking to HTTP transport by overriding `put_mc` and `add_agentpool` to pass `if_match` / `if_none_match` directly to the vendored SDK. This change fixes the compatibility issue as azure-cli/acs module adopts TypeSpec emitted SDKs while azure-cli-extensions/aks-preview still uses the autorest emitted SDK.
15
18
+ `az aks list-vm-skus`: New command to list available VM SKUs for AKS clusters in a given region.
19
+
* `az aks create/update`: Add `--enable-service-account-image-pull`, `--disable-service-account-image-pull`, and `--service-account-image-pull-default-managed-identity-id` parameters to manage service account based image pull settings.
20
+
* `az aks list-vm-skus`: New command to list available VM SKUs for AKS clusters in a given region.
21
+
* Add managed GPU enablement option to node pool property in `az aks nodepool add` and `az aks nodepool update`.
22
+
* `az aks namespace update`: Fix location should use existing namespace location.
short-summary: The default managed identity resource ID used for image pulls at the cluster level.
1231
1246
- name: --enable-apiserver-vnet-integration
1232
1247
type: bool
1233
1248
short-summary: Enable integration of user vnet with control plane apiserver pods.
@@ -2203,6 +2218,9 @@
2203
2218
- name: --enable-artifact-streaming
2204
2219
type: bool
2205
2220
short-summary: Enable artifact streaming for VirtualMachineScaleSets managed by a node pool, to speed up the cold-start of containers on a node through on-demand image loading. To use this feature, container images must also enable artifact streaming on ACR. If not specified, the default is false.
2221
+
- name: --enable-managed-gpu
2222
+
type: bool
2223
+
short-summary: Enable the Managed GPU experience, which installs additional components like DCGM metrics for monitoring on top of the GPU driver. For more details, visit aka.ms/aks/managed-gpu.
2206
2224
- name: --skip-gpu-driver-install
2207
2225
type: bool
2208
2226
short-summary: To skip GPU driver auto installation by AKS on a nodepool using GPU vm size if customers want to manage GPU driver installation by their own. If not specified, the default is false.
@@ -2419,6 +2437,9 @@
2419
2437
- name: --enable-artifact-streaming
2420
2438
type: bool
2421
2439
short-summary: Enable artifact streaming for VirtualMachineScaleSets managed by a node pool, to speed up the cold-start of containers on a node through on-demand image loading. To use this feature, container images must also enable artifact streaming on ACR. If not specified, the default is false.
2440
+
- name: --enable-managed-gpu
2441
+
type: bool
2442
+
short-summary: Enable the Managed GPU experience, which installs additional components like DCGM metrics for monitoring on top of the GPU driver. For more details, visit aka.ms/aks/managed-gpu.
0 commit comments