Skip to content

Commit 26f29b5

Browse files
authored
Merge pull request #220678 from JnHs/jh-arck8-diagvers
update version requirement info
2 parents f71a42f + da9af1e commit 26f29b5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/azure-arc/kubernetes/diagnose-connection-issues.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Diagnose connection issues for Azure Arc-enabled Kubernetes clusters"
3-
ms.date: 11/22/2022
3+
ms.date: 12/06/2022
44
ms.topic: how-to
55
description: "Learn how to resolve common issues when connecting Kubernetes clusters to Azure Arc."
66

@@ -23,11 +23,11 @@ Review this flowchart in order to diagnose your issue when attempting to connect
2323

2424
Review the [prerequisites for connecting a cluster](quickstart-connect-cluster.md?tabs=azure-cli#prerequisites) and make sure that the identity you're using to connect the cluster has the necessary permissions.
2525

26-
### Is Azure CLI version above 2.30.0?
26+
### Are you running the latest version of Azure CLI?
2727

2828
Make sure you [have the latest version installed](/cli/azure/install-azure-cli).
2929

30-
If you connected your cluster by using Azure PowerShell, make sure you are running [Azure PowerShell version 6.6.0 or later](/powershell/azure/install-az-ps).
30+
If you connected your cluster by using Azure PowerShell, make sure you are [running the latest version](/powershell/azure/install-az-ps).
3131

3232
### Is the `connectedk8s` extension the latest version?
3333

@@ -47,7 +47,6 @@ az extension add --name connectedk8s
4747

4848
Run `kubectl config get-contexts` to confirm the target context name. Then set the default context to the right cluster by running `kubectl config use-context <target-cluster-name>`.
4949

50-
5150
### Are all required resource providers registered?
5251

5352
Be sure that the Microsoft.Kubernetes, Microsoft.KubernetesConfiguration, and Microsoft.ExtendedLocation resource providers are [registered](quickstart-connect-cluster.md#register-providers-for-azure-arc-enabled-kubernetes).
@@ -139,4 +138,4 @@ When you [create your support request](../../azure-portal/supportability/how-to-
139138
## Next steps
140139

141140
- View more [troubleshooting tips for using Azure Arc-enabled Kubernetes](troubleshooting.md).
142-
- Review the process to [connect an existing Kubernetes cluster to Azure Arc](quickstart-connect-cluster.md).
141+
- Review the process to [connect an existing Kubernetes cluster to Azure Arc](quickstart-connect-cluster.md).
-1.72 MB
Loading

0 commit comments

Comments
 (0)