We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71879d9 commit 170dc4eCopy full SHA for 170dc4e
1 file changed
docs/using_deis/install-client.rst
@@ -26,13 +26,18 @@ somewhere in your $PATH:
26
27
Proxy Support
28
-------------
29
-Set the ``http_proxy`` or ``https_proxy`` environment variable to enable proxy support:
+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:
31
32
.. code-block:: console
33
34
$ export http_proxy="http://proxyip:port"
35
$ export https_proxy="http://proxyip:port"
36
37
+.. note::
38
+
39
+ Configuring a proxy is generally not necessary for local Vagrant clusters.
40
41
Integrated Help
42
---------------
43
The Deis client comes with comprehensive documentation for every command.
0 commit comments