|
2 | 2 | title: What's new in AKS on Azure Stack HCI version 23H2
|
3 | 3 | description: Learn about what's new in AKS on Azure Stack HCI version 23H2.
|
4 | 4 | ms.topic: overview
|
5 |
| -ms.date: 11/16/2024 |
| 5 | +ms.date: 11/19/2024 |
6 | 6 | author: sethmanheim
|
7 | 7 | ms.author: sethm
|
8 | 8 | ms.reviewer: guanghu
|
@@ -46,11 +46,11 @@ This section lists the new features and improvements in AKS Arc in each release
|
46 | 46 |
|
47 | 47 | The following Kubernetes cluster deployment and management capabilities are available:
|
48 | 48 |
|
49 |
| -- **Workload Identity**. You can now deploy AKS Arc clusters with workload identity enabled and deploy application pods with the workload identity label to access Microsoft Entra ID protected resources, such as Azure Key Vault. For more information, see [Deploy and configure Workload Identity](workload-identity.md). |
50 |
| -- **Arc Gateway integration**. You can now deploy AKS Arc clusters with pod-level Arc Proxy and communicate with the Arc gateway, reducing the list of outbound URLs to configure in an isolated network environment. For more information, see [Workload Identity](workload-identity.md). |
51 |
| -- **Control Plane IP**. You can now deploy AKS Arc clusters without specifying the control plane IP. The IP address is assigned automatically. |
52 |
| -- **Disable Windows image download**. You can now disable Windows image downloads by disabling the Windows node pool after cluster creation, reducing network traffic over HTTP connections and providing better support for low bandwidth environments. |
53 |
| -- **Terraform**. You can now create AKS Arc clusters with Terraform modules and smart defaults. For more information, see [Create clusters using Terraform](create-clusters-terraform.md). |
| 49 | +- **Workload Identity (preview)**. You can now deploy AKS Arc clusters with workload identity enabled and deploy application pods with the workload identity label to access Microsoft Entra ID protected resources, such as Azure Key Vault. For more information, see [Deploy and configure Workload Identity](workload-identity.md). |
| 50 | +- **Arc Gateway integration (preview)**. You can now deploy AKS Arc clusters with pod-level Arc Proxy and communicate with the Arc gateway, reducing the list of outbound URLs to configure in an isolated network environment. For more information, see [Simplify network configuration requirements with Azure Arc Gateway](arc-gateway-aks-arc.md). |
| 51 | +- **Control Plane IP**. You can now deploy AKS Arc clusters without specifying the control plane IP. The IP address is assigned automatically. For more information, see [this section in the network system requirements article](aks-hci-network-system-requirements.md#logical-network-for-aks-arc-vms-and-control-plane-ip). |
| 52 | +- **Disable Windows image download**. You can now disable Windows image downloads by disabling the Windows node pool after cluster creation, reducing network traffic over HTTP connections and providing better support for low bandwidth environments. For more information, see [Disable Windows nodepool feature on Azure Local](disable-windows-nodepool.md). |
| 53 | +- **Terraform (preview)**. You can now create AKS Arc clusters with Terraform modules and smart defaults. For more information, see [Create clusters using Terraform](create-clusters-terraform.md). |
54 | 54 | - **Error handling**. Error handling is now improved to prevent logical network deletions with dependent cluster resources, GPU misconfigurations, and more.
|
55 | 55 |
|
56 | 56 | To get started with these features in the 2411 release, make sure to update your [AKSArc CLI extension](/cli/azure/aksarc) to version 1.4.23 or higher.
|
|
0 commit comments