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
Run the following command to connect your cluster. This command deploys the Azure Arc agents to the cluster and installs Helm v. 3.6.3 to the .azure folder of the deployment machine. This Helm 3 installation is only used for Azure Arc, and it does not remove or change any previously installed versions of Helm on the machine.
150
+
Run the following command to connect your cluster. This command deploys the Azure Arc agents to the cluster and installs Helm v. 3.6.3 to the `.azure` folder of the deployment machine. This Helm 3 installation is only used for Azure Arc, and it doesn't remove or change any previously installed versions of Helm on the machine.
151
151
152
152
In this example, the cluster's name is AzureArcTest1.
153
153
@@ -222,15 +222,15 @@ If your cluster is behind an outbound proxy server, requests must be routed via
222
222
223
223
### [Azure CLI](#tab/azure-cli)
224
224
225
-
1.Set the environment variables needed for Azure CLI to use the outbound proxy server:
225
+
1.On the deployment machine, set the environment variables needed for Azure CLI to use the outbound proxy server:
2. Run the connect command with the `proxy-https` and `proxy-http` parameters specified. If your proxy server is set up with both HTTP and HTTPS, be sure to use `--proxy-http`for the HTTP proxy and `--proxy-https`for the HTTPS proxy. If your proxy server only uses HTTP, you can use that value for both parameters.
233
+
2. On the Kubernetes cluster, run the connect command with the `proxy-https` and `proxy-http` parameters specified. If your proxy server is set up with both HTTP and HTTPS, be sure to use `--proxy-http`for the HTTP proxy and `--proxy-https`for the HTTPS proxy. If your proxy server only uses HTTP, you can use that value for both parameters.
@@ -264,7 +264,7 @@ For outbound proxy servers where only a trusted certificate needs to be provided
264
264
265
265
> [!NOTE]
266
266
>
267
-
> *`--custom-ca-cert` is an alias for `--proxy-cert`. Either parameters can be used interchangeably. Passing both parameters in the same command will honour the one passed last.
267
+
> *`--custom-ca-cert` is an alias for `--proxy-cert`. Either parameters can be used interchangeably. Passing both parameters in the same command will honor the one passed last.
0 commit comments