Skip to content

Commit 96a301f

Browse files
Merge pull request #217611 from schaffererin/upgrade-cluster-edits
Incorporating customer feedback from GH issue
2 parents 30dbdbe + d17e711 commit 96a301f

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

articles/aks/upgrade-cluster.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ ms.date: 12/17/2020
1111

1212
Part of the AKS cluster lifecycle involves performing periodic upgrades to the latest Kubernetes version. It’s important you apply the latest security releases, or upgrade to get the latest features. This article shows you how to check for, configure, and apply upgrades to your AKS cluster.
1313

14-
For AKS clusters that use multiple node pools or Windows Server nodes, see [Upgrade a node pool in AKS][nodepool-upgrade].
14+
For AKS clusters that use multiple node pools or Windows Server nodes, see [Upgrade a node pool in AKS][nodepool-upgrade]. To upgrade a specific node pool without doing a Kubernetes cluster upgrade, see [Upgrade a specific node pool][specific-nodepool].
1515

1616
## Before you begin
1717

18-
### [Azure CLI](#tab/azure-cli)
19-
20-
This article requires that you're running the Azure CLI version 2.34.1 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
21-
22-
### [Azure PowerShell](#tab/azure-powershell)
23-
24-
This tutorial requires that you're running Azure PowerShell version 5.9.0 or later. Run `Get-InstalledModule -Name Az` to find the version. If you need to install or upgrade, see [Install Azure PowerShell][azure-powershell-install].
18+
* If you're using Azure CLI, this article requires that you're running the Azure CLI version 2.34.1 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
19+
* If you're using Azure PowerShell, this tutorial requires that you're running Azure PowerShell version 5.9.0 or later. Run `Get-InstalledModule -Name Az` to find the version. If you need to install or upgrade, see [Install Azure PowerShell][azure-powershell-install].
2520

2621
---
2722

@@ -95,6 +90,18 @@ default 1.18.10 1.19.3
9590

9691
If no upgrade is 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 `Get-AzAksUpgradeProfile` shows that no upgrades are available.
9792

93+
### [Azure portal](#tab/azure-portal)
94+
95+
To check which Kubernetes releases are available for your cluster:
96+
97+
1. Sign in to the [Azure portal](https://portal.azure.com).
98+
2. Navigate to your AKS cluster.
99+
3. Under **Settings**, select **Cluster configuration**.
100+
4. In **Kubernetes version**, select **Upgrade version**. This will redirect you to a new page.
101+
5. In **Kubernetes version**, select the version to check for available upgrades.
102+
103+
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.
104+
98105
---
99106

100107
## Customize node surge upgrade
@@ -205,6 +212,20 @@ Name Location KubernetesVersion ProvisioningState Fqdn
205212
myAKSCluster eastus 1.19.1 Succeeded myakscluster-dns-379cbbb9.hcp.eastus.azmk8s.io
206213
```
207214

215+
### [Azure portal](#tab/azure-portal)
216+
217+
You can also manually upgrade your cluster in the Azure portal.
218+
219+
1. Sign in to the [Azure portal](https://portal.azure.com).
220+
2. Navigate to your AKS cluster.
221+
3. Under **Settings**, select **Cluster configuration**.
222+
4. In **Kubernetes version**, select **Upgrade version**. This will redirect you to a new page.
223+
5. In **Kubernetes version**, select your desired version and then select **Save**.
224+
225+
It takes a few minutes to upgrade the cluster, depending on how many nodes you have.
226+
227+
To confirm that the upgrade was successful, navigate to your AKS cluster in the Azure portal. On the **Overview** page, select the **Kubernetes version**.
228+
208229
---
209230

210231
## View the upgrade events
@@ -271,3 +292,4 @@ This article showed you how to upgrade an existing AKS cluster. To learn more ab
271292
[upgrade-cluster]: #upgrade-an-aks-cluster
272293
[planned-maintenance]: planned-maintenance.md
273294
[aks-auto-upgrade]: auto-upgrade-cluster.md
295+
[specific-nodepool]: node-image-upgrade.md#upgrade-a-specific-node-pool

0 commit comments

Comments
 (0)