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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ Pending
14
14
* Add MIG (Multi-Instance GPU) strategy option to node pool property in `az aks nodepool add` and `az aks nodepool update`.
15
15
* `az aks create/update`: Add `--outbound-type managedNATGatewayV2` support using Azure NAT Gateway Standard V2 SKU with IPv6, user-provided IPs, and IP prefixes.
16
16
* Fix monitoring addon key casing compatibility with azure-cli/acs
17
+
* `az aks machine add`: Add `--spot-max-price` flag support to set the max price (in US Dollars) you are willing to pay for spot instances on a machine.
18
+
* `az aks machine add`: Add `--eviction-policy` flag support to set the eviction policy for a machine.
19
+
* `az aks machine add`: Add `--enable-ultra-ssd` flag support to enable ultra ssd on a machine.
17
20
18
21
19.0.0b28
19
22
+++++++
@@ -33,9 +36,6 @@ Pending
33
36
+++++++
34
37
* `az aks create/update`: Add `--enable-app-routing-istio` / `--disable-app-routing-istio` (short: `--enable-ari` / `--disable-ari`) flags to enable or disable Istio as a Gateway API implementation for App Routing.
35
38
* `az aks approuting gateway istio enable/disable`: Add new subcommands to enable or disable the Istio Gateway API implementation for App Routing on an existing cluster.
36
-
* `az aks machine add`: Add `--spot-max-price` flag support to set the max price (in US Dollars) you are willing to pay for spot instances on a machine.
37
-
* `az aks machine add`: Add `--eviction-policy` flag support to set the eviction policy for a machine.
38
-
* `az aks machine add`: Add `--enable-ultra-ssd` flag support to enable ultra ssd on a machine.
39
39
* Add 'mTLS' as a transit encryption type option for `--acns-transit-encryption-type` in `az aks create/update`
0 commit comments