Skip to content

Commit c91622d

Browse files
committed
fix commands
1 parent 2a12842 commit c91622d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ If the machine is executing commands behind a proxy server, you'll need to set a
8585
For example:
8686

8787
```bash
88-
export HTTP_PROXY=http://<proxyIP>:<proxyPort>
89-
export HTTPS_PROXY=https://<proxyIP>:<proxyPort>
90-
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>"
9191
```
9292

9393
### Does the proxy server only accept trusted certificates?

0 commit comments

Comments
 (0)