Skip to content

Commit 740092b

Browse files
committed
editing word choice in a few lines
1 parent abb0023 commit 740092b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/upgrade-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Name ResourceGroup MasterVersion Upgrades
5151
default myResourceGroup 1.18.10 1.19.1, 1.19.3
5252
```
5353

54-
The following sample output means that the appservice-kube extension isn't compatible with your Azure CLI version (a minimum of version 2.34.1 is required):
54+
The following example output means that the appservice-kube extension isn't compatible with your Azure CLI version (a minimum of version 2.34.1 is required):
5555

5656
```console
5757
The 'appservice-kube' extension is not compatible with this version of the CLI.
@@ -61,13 +61,13 @@ Table output unavailable. Use the --query option to specify an appropriate query
6161

6262
If you receive this output, you need to update your Azure CLI version. The `az upgrade` command was added in version 2.11.0 and doesn't work with versions prior to 2.11.0. Older versions can be updated by reinstalling Azure CLI as described in [Install the Azure CLI](/cli/azure/install-azure-cli). If your Azure CLI version is 2.11.0 or later, you'll receive a message to run `az upgrade` to upgrade Azure CLI to the latest version.
6363

64-
If your Azure CLI is updated, receiving the following sample output means that no upgrades are available:
64+
If your Azure CLI is updated and you receive the following example output, it means that no upgrades are available:
6565

6666
```console
6767
ERROR: Table output unavailable. Use the --query option to specify an appropriate query. Use --debug for more info.
6868
```
6969

70-
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 `az aks get-upgrades` shows that no upgrades are available.
70+
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 `az aks get-upgrades` shows that no upgrades are available.
7171

7272
### [Azure PowerShell](#tab/azure-powershell)
7373

0 commit comments

Comments
 (0)