Skip to content

Commit

Permalink
Merge pull request #2940 from Azure/pahealy/2022-05-01-fix
Browse files Browse the repository at this point in the history
fix az aks update command
  • Loading branch information
palma21 authored May 7, 2022
2 parents f130027 + 4b02eb2 commit 0be51de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This release is rolling out to all regions - estimated time for completed roll o

### Release notes
* Public preview
* The `aks-preview` Azure CLI extension (version 0.5.66+) now supports running `az aks nodepool update -g <resourceGroup> -c <clusterName> -n <nodepoolName>` without any optional arguments. This will perform an update operation without performing any changes, which can recover a cluster stuck in a failure state.
* The `aks-preview` Azure CLI extension (version 0.5.66+) now supports running `az aks update -g <resourceGroup> -n <clusterName>` without any optional arguments. This will perform an update operation without performing any changes, which can recover a cluster stuck in a failed provisioning state.
* [AKS now supports updating kubelet on node pools to use a new or changed user-assigned managed identity.](https://docs.microsoft.com/azure/aks/use-managed-identity#update-an-existing-cluster-using-kubelet-identity-preview)
* Behavioral changes
* Kube-proxy now detects local traffic using the local interface subnet instead of cluster CIDR when using Azure CNI. For clusters that have agent pools in separate subnets, this ensures that kube-proxy NAT rules do not interfere with network policies enforced by Azure NPM. The configuration change applies to clusters running Azure CNI and Kubernetes version 1.23.3 or later.
Expand Down

0 comments on commit 0be51de

Please sign in to comment.