Proxy Configuration
The SUSE Observability Kubernetes Agent allows you to configure HTTP or HTTPS proxy settings for the connections it initiates.
Proxy for communication with SUSE Observability
To configure the agent to proxy connections to the SUSE Observability backend, you can use Helm configuration.
Helm Configuration
Via values.yaml
File
values.yaml
FileOpen your Helm chart
values.yaml
file.Locate the
global.proxy.url
configuration and specify the proxy URL:Optionally, if the proxy does not have a signed certificate, disable SSL verification by setting
global.skipSslValidation
totrue
:
Via Command Line Flag
During installation of the Helm chart, use the
--set
flag to specify the proxy URL:To disable SSL validation via the command line, use:
Last updated