Skip to content

Commit b914a1b

Browse files
committed
draft
1 parent 5ac4809 commit b914a1b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,21 @@ 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.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":::
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.png":::
8080

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

8383
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).
8484

85+
86+
### Set environment variables
87+
88+
For example:
89+
90+
- export HTTP_PROXY=“http://<proxyIP>:<proxyPort>”
91+
- export HTTPS_PROXY=“https://<proxyIP>:<proxyPort>”
92+
- export NO_PROXY=“<service CIDR>,Kubernetes.default.svc,.svc.cluster.local,.svc”
93+
8594
### Does the proxy server only accept trusted certificates?
8695

8796
Be sure to include the certificate file path by including `--proxy-cert <path-to-cert-file>` when running the `az connectedk8s connect` command.
@@ -128,7 +137,6 @@ az connectedk8s troubleshoot -g <myResourceGroup> -n <myK8sCluster>
128137

129138
When you [create your support request](../../azure-portal/supportability/how-to-create-azure-support-request.md), in the **Additional details** section, use the **File upload** option to upload the generated log file.
130139

131-
132140
## Next steps
133141

134142
- View more [troubleshooting tips for using Azure Arc-enabled Kubernetes](troubleshooting.md).
1.84 MB
Loading

0 commit comments

Comments
 (0)