Proxy Configuration for Anyware Connector
Disable Proxy Configuration¶
Once all installations and configurations are done, Anyware Connector could run into some issues related to proxy. To avoid this, the proxy must be disabled on the Anyware Connector workstations. To disable proxy:
- Check the proxy settings saved in the cluster:
sudo /usr/local/bin/kubectl edit secret proxysettings -o yaml -n connector
-
Look for strings such as
HTTP_PROXY
,HTTPS_PROXY
,NO_PROXY
. -
Press the letter "i" to edit the keys to set them to empty string by doing the following:
if you do not see one of those strings change the rest to empty string "".HTTP_PROXY: "" HTTPS_PROXY: "" NO_PROXY: ""
-
Save the new configuration by pressing "ESC" then ":" then "wq".