ps-exporter via Proxy Configuration
Instruction on how to connect ps-exporter via proxy
Last updated
Instruction on how to connect ps-exporter via proxy
Last updated
If your cluster does not have access to the Internet and you are utilizing a proxy server you can connect the exporter via proxy in order to use PerfectScale.
To configure ps-exporter via proxy you'll need to modify the helm chart while connecting the cluster (step: deploy PerfectScale) with additional settings (lines 6,7,8 and 9 in the following command):
--set settings.httpProxyEnabled=true
- enables proxy
--set settings.httpProxy="http://proxy.net:8080" \
- your proxy URL with the http
protocol
--set settings.httpsProxy="http://proxy.net:8080" \
- your proxy URL with the https
protocol
--set settings.noProxy=".corp\,.svc\,.cluster\,.local\,172.30.0.1\," \
- the TLDs are allowed without proxy