-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation behind proxy fails #203
Comments
For anyone else stuck by this - it's possible to get it to work if you follow the steps for 'Non Helm Installation'. At the 'Automatic Source Creation and Setup Script' stage - use the '-d false' option to not deploy, but just to create the fluentd-sumologic.yaml file. You need to then manually edit this file and add to the 'env:' section for both containers an environment variable called PROXY_URI with the value http://proxy-hostname:proxy-port/ - this will probably only work with non-authenticating proxies. You can then kubectl apply the file and carry on with the rest of the instructions. |
Hey @jonathansloman were you able to get it installed with this workaround? |
hi, I believe so, yes - adding PROXY_URI to the environment for collection-sumologic and collection-sumologic-events allows them to successfully send the data to sumo. Ideally though the helm install process would work, which would mean also making the pre-install setup phase proxy-aware as well, as I believe it uses curl/wget (which I think would both honour http_proxy and https_proxy environment variables if set). |
I think this can be solved by #681 as now we have the ability to add additional env variables. Based on the comment looks like we will need to add the same in events sts as well. |
In addition to the event STS you also need to add the capability to the setup job so outbound calls to Sumo can be proxied. I believe TF supports the |
…ceCategory (SumoLogic#203) Co-authored-by: BrianWanner <[email protected]>
Our kubernetes cluster is on our corporate network, any http/https access to the internet has to go through a proxy. I can see no way to set a proxy to allow this to work. Attempting to install hangs on the pre-install setup
Please make it possible to specify an http/https proxy on install.
The text was updated successfully, but these errors were encountered: