Skip to content

Commit 3772601

Browse files
authored
Merge pull request #219313 from JnHs/jh-arck8-diag1122
remove extra image, small fixes
2 parents f25b6b3 + c91622d commit 3772601

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 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/10/2022
3+
ms.date: 11/22/2022
44
ms.topic: how-to
55
description: "Learn how to resolve common issues when connecting Kubernetes clusters to Azure Arc."
66

@@ -76,22 +76,18 @@ When you [create your support request](../../azure-portal/supportability/how-to-
7676

7777
If you are using a proxy server on at least one machine, complete the first five steps of the non-proxy flowchart (through resource provider registration) for basic troubleshooting steps. Then, if you are still encountering issues, review the next flowchart for additional troubleshooting steps. More details about each step are provided below.
7878

79-
:::image type="content" source="media/diagnose-connection-issues/proxy-flowchart-2.png" alt-text="Flowchart showing a visual representation of checking for connection issues when using a proxy." lightbox="media/diagnose-connection-issues/proxy-flowchart-2.png":::
79+
:::image type="content" source="media/diagnose-connection-issues/proxy-flowchart.png" alt-text="Flowchart showing a visual representation of checking for connection issues when using a proxy." lightbox="media/diagnose-connection-issues/proxy-flowchart.png":::
8080

8181
### Is the machine executing commands behind a proxy server?
8282

83-
If the machine is executing commands behind a proxy server, you'll need to set any necessary environment variables, [explained below](#set-environment-variables).
84-
85-
### Set environment variables
86-
87-
Be sure you have set all of the necessary environment variables. For more information, see [Connect using an outbound proxy server](quickstart-connect-cluster.md#connect-using-an-outbound-proxy-server).
83+
If the machine is executing commands behind a proxy server, you'll need to set all of the necessary environment variables. For more information, see [Connect using an outbound proxy server](quickstart-connect-cluster.md#connect-using-an-outbound-proxy-server).
8884

8985
For example:
9086

9187
```bash
92-
export HTTP_PROXY=http://<proxyIP>:<proxyPort>
93-
export HTTPS_PROXY=https://<proxyIP>:<proxyPort>
94-
export NO_PROXY=<service CIDR>,Kubernetes.default.svc,.svc.cluster.local,.svc”
88+
export HTTP_PROXY="http://<proxyIP>:<proxyPort>"
89+
export HTTPS_PROXY="https://<proxyIP>:<proxyPort>"
90+
export NO_PROXY="<cluster-apiserver-ip-address>:<proxyPort>"
9591
```
9692

9793
### Does the proxy server only accept trusted certificates?
45 KB
Loading

0 commit comments

Comments
 (0)