Skip to content

Commit b39cda6

Browse files
committed
added azure portal upgrade experience
1 parent 61e6e1c commit b39cda6

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

articles/aks/auto-upgrade-cluster.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ To set the auto-upgrade channel on existing cluster, update the *auto-upgrade-ch
6060
az aks update --resource-group myResourceGroup --name myAKSCluster --auto-upgrade-channel stable
6161
```
6262

63+
## Auto-upgrade in the Azure portal
64+
65+
If you're using the Azure portal, you can find auto-upgrade settings under the *Settings* > *Cluster configuration* blade by selecting *Upgrade version*. By default, the `Patch` channel is selected.
66+
67+
:::image type="content" source="./media/auto-upgrade-cluster/portal-upgrade.png" alt-text="The screenshot of the upgrade blade for an AKS cluster in the Azure portal. The automatic upgrade field shows 'patch' selected, and several APIs deprecated between the selected Kubernetes version and the cluster's current version are described.":::
68+
69+
The Azure portal also highlights all the deprecated APIs between your current version and newer, available versions you intend to migrate to. For more information, see [the Kubernetes API Removal and Deprecation process][k8s-deprecation].
70+
6371
## Using auto-upgrade with Planned Maintenance
6472

6573
If you’re using Planned Maintenance and Auto-Upgrade, your upgrade will start during your specified maintenance window.
@@ -92,3 +100,4 @@ The following best practices will help maximize your success when using auto-upg
92100
<!-- EXTERNAL LINKS -->
93101
[pdb-best-practices]: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
94102
[release-tracker]: release-tracker.md
103+
[k8s-deprecation]: https://kubernetes.io/blog/2022/11/18/upcoming-changes-in-kubernetes-1-26/#:~:text=A%20deprecated%20API%20is%20one%20that%20has%20been,point%20you%20must%20migrate%20to%20using%20the%20replacement
257 KB
Loading
257 KB
Loading

articles/aks/upgrade-cluster.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ To check which Kubernetes releases are available for your cluster:
111111

112112
If no upgrades are available, create a new cluster with a supported version of Kubernetes and migrate your workloads from the existing cluster to the new cluster. It's not supported to upgrade a cluster to a newer Kubernetes version when no upgrades are available.
113113

114+
The Azure portal also highlights all the deprecated APIs between your current version and newer, available versions you intend to migrate to. For more information, see [the Kubernetes API Removal and Deprecation process][k8s-deprecation].
115+
116+
:::image type="content" source="./media/upgrade-cluster/portal-upgrade.png" alt-text="The screenshot of the upgrade blade for an AKS cluster in the Azure portal. The automatic upgrade field shows 'patch' selected, and several APIs deprecated between the selected Kubernetes version and the cluster's current version are described.":::
117+
114118
---
115119

116120
## Customize node surge upgrade

0 commit comments

Comments
 (0)