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/azure-arc/kubernetes/diagnose-connection-issues.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Diagnose connection issues for Azure Arc-enabled Kubernetes clusters"
3
-
ms.date: 11/22/2022
3
+
ms.date: 12/06/2022
4
4
ms.topic: how-to
5
5
description: "Learn how to resolve common issues when connecting Kubernetes clusters to Azure Arc."
6
6
@@ -23,11 +23,11 @@ Review this flowchart in order to diagnose your issue when attempting to connect
23
23
24
24
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.
25
25
26
-
### Is Azure CLI version above 2.30.0?
26
+
### Are you running the latest version of Azure CLI?
27
27
28
28
Make sure you [have the latest version installed](/cli/azure/install-azure-cli).
29
29
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).
31
31
32
32
### Is the `connectedk8s` extension the latest version?
33
33
@@ -47,7 +47,6 @@ az extension add --name connectedk8s
47
47
48
48
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>`.
49
49
50
-
51
50
### Are all required resource providers registered?
52
51
53
52
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-
139
138
## Next steps
140
139
141
140
- 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).
0 commit comments