Skip to content

Commit f1bb104

Browse files
committed
Merge pull request #3169 from carmstrong/docs-clarify_proxy
docs(using_deis): clarify proxy for Vagrant
2 parents e615b0b + 170dc4e commit f1bb104

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/using_deis/install-client.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,18 @@ somewhere in your $PATH:
2626
2727
Proxy Support
2828
-------------
29-
Set the ``http_proxy`` or ``https_proxy`` environment variable to enable proxy support:
29+
If your workstation uses a proxy to reach the network where the cluster lies,
30+
set the ``http_proxy`` or ``https_proxy`` environment variable to enable proxy support:
3031

3132
.. code-block:: console
3233
3334
$ export http_proxy="http://proxyip:port"
3435
$ export https_proxy="http://proxyip:port"
3536
37+
.. note::
38+
39+
Configuring a proxy is generally not necessary for local Vagrant clusters.
40+
3641
Integrated Help
3742
---------------
3843
The Deis client comes with comprehensive documentation for every command.

0 commit comments

Comments
 (0)