You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Falco driver loader init container, which uses the falcosecurity/falco-driver-loader image, fails to download the required artifacts when running behind a proxy. It seems that the init container does not properly use the provided proxy settings, resulting in an error:
{"level":"ERROR","msg":"unable to fetch index \"falcosecurity\" with URL \"https://falcosecurity.github.io/falcoctl/index.yaml\": unable to fetch index: Stream closed EOF for cybersec/falco-zq8dq (falcoctl-artifact-install)
How to reproduce it
Set up a Kubernetes cluster behind a proxy.
Configure the proxy settings in the Falco Helm chart values file:
Install Falco using the Helm chart with the configured proxy settings.
Expected behavior
The Falco driver loader init container (falcosecurity/falco-driver-loader) should respect the provided proxy settings and successfully download the required artifacts.
Actual behavior
The falcosecurity/falco-driver-loader init container fails to download the artifacts, and there is no traffic observed on the configured proxy, indicating that the init container is not using the proxy settings.
Describe the bug
The Falco driver loader init container, which uses the
falcosecurity/falco-driver-loader
image, fails to download the required artifacts when running behind a proxy. It seems that the init container does not properly use the provided proxy settings, resulting in an error:How to reproduce it
Expected behavior
The Falco driver loader init container (
falcosecurity/falco-driver-loader
) should respect the provided proxy settings and successfully download the required artifacts.Actual behavior
The
falcosecurity/falco-driver-loader
init container fails to download the artifacts, and there is no traffic observed on the configured proxy, indicating that the init container is not using the proxy settings.Environment
falcosecurity/falco-driver-loader:0.38.2
The text was updated successfully, but these errors were encountered: