You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/upgrade-cluster.md
+30-8Lines changed: 30 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,12 @@ ms.date: 12/17/2020
11
11
12
12
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.
13
13
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].
15
15
16
16
## Before you begin
17
17
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].
25
20
26
21
---
27
22
@@ -95,6 +90,18 @@ default 1.18.10 1.19.3
95
90
96
91
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.
97
92
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
+
98
105
---
99
106
100
107
## Customize node surge upgrade
@@ -205,6 +212,20 @@ Name Location KubernetesVersion ProvisioningState Fqdn
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
+
208
229
---
209
230
210
231
## View the upgrade events
@@ -271,3 +292,4 @@ This article showed you how to upgrade an existing AKS cluster. To learn more ab
0 commit comments