Skip to content

Commit 57ba406

Browse files
committed
edits
1 parent b914a1b commit 57ba406

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,19 @@ If you are using a proxy server on at least one machine, complete the first five
8080

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

83-
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).
84-
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).
8584

8685
### Set environment variables
8786

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).
88+
8889
For example:
8990

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”
91+
```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”
95+
```
9396

9497
### Does the proxy server only accept trusted certificates?
9598

0 commit comments

Comments
 (0)