Skip to content

Commit 97ce80b

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Added more features
1 parent be18d81 commit 97ce80b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

articles/hdinsight-aks/release-notes/hdinsight-aks-release-notes.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,18 @@ You can refer to [What's new](../whats-new.md) page for all the details of the f
3434
**This release applies to the following**
3535

3636
- Cluster Pool Version: 1.2
37-
- Cluster Version: 1.2
37+
- Cluster Version: 1.2.1
3838
- AKS version: 1.27
3939

4040
### New Features
4141

4242
**MSI based SQL authentication**
4343

44-
Users can now authenticate external Azure SQL DB Metastore with MSI instead of User ID password authentication. This will help to further secure the cluster connection with Metastore.
44+
Users can now authenticate external Azure SQL DB Metastore with MSI instead of User ID password authentication. This fearure helps to further secure the cluster connection with Metastore.
45+
46+
**Configurable VM SKUs for Head node, SSH**
47+
48+
This functionality allows users to choose specific SKUs for head nodes, worker nodes, and SSH nodes, offering the flexibility to select according to the use case and the potential to lower total cost of ownership (TCO).
4549

4650
### Updated
4751

@@ -51,19 +55,22 @@ Script Action now can be added with Sudo user permission. Users can now install
5155

5256
**Library Management**
5357

54-
Maven repository shortcut feature has been added to the Library Management in this release. User can now install Maven dependencies directly from the open-source repositories.
58+
Maven repository shortcut feature added to the Library Management in this release. User can now install Maven dependencies directly from the open-source repositories.
5559

5660
**Multiple MSI in cluster**
5761

62+
Users can configure multiple MSI for cluster admins operations and for job related resource access. This feature allows users to demarcate and control the access to the cluster and data lying in the storage account.
63+
For example, one MSI for access to data in storage account and dedicated MSI for cluster operations.
64+
5865
**Spark 3.4**
5966

6067
> [!IMPORTANT]
61-
> To take benefit of all these **latest features**, you are required to create a new cluster pool with 1.2 and cluster version 1.2
68+
> To take benefit of all these **latest features**, you are required to create a new cluster pool with 1.2 and cluster version 1.2.1
6269
6370
### Known issues
6471

6572
- **Workload identity limitation:**
66-
- There's a known [limitation](/azure/aks/workload-identity-overview#limitations) when transitioning to workload identity. This limitation is due to the permission-sensitive nature of FIC operations. Users can't perform deletion of a cluster by deleting the resource group. Cluster deletion requests must be triggered by the application/user/principal with FIC/delete permissions. In case, the FIC deletion fails, the high-level cluster deletion also fails.
73+
- There's a known [limitation](/azure/aks/workload-identity-overview#limitations) when transitioning to workload identity. This limitation is due to the permission-sensitive nature of FIC operations. Users can't perform deletion of a cluster by deleting the resource group. Cluster deletion requests must triggered by the application/user/principal with FIC/delete permissions. In case, the FIC deletion fails, the high-level cluster deletion also fails.
6774
- **User Assigned Managed Identities (UAMI)** support – There's a limit of 20 FICs per UAMI. You can only create 20 Federated Credentials on an identity. In HDInsight on AKS cluster, FIC (Federated Identity Credential) and SA have one-to-one mapping and only 20 SAs can be created against an MSI. If you want to create more clusters, then you are required to provide different MSIs to overcome the limitation.
6875
- Creation of federated identity credentials is currently not supported on user-assigned managed identities created in [these regions](/entra/workload-id/workload-identity-federation-considerations#unsupported-regions-user-assigned-managed-identities)
6976

0 commit comments

Comments
 (0)