davesargrad edited a comment on issue #1059: camel-k installation struggles URL: https://github.com/apache/camel-k/issues/1059#issuecomment-556034014 My current suspicion is as follows. I am looking at the integration platform as it runs on k8s. I see that it is using maven and has a settings.xml.  Since I am running behind a corporate proxy I typically have to put the following into my settings.xml (so that maven can download packages) ``` <?xml version="1.0" encoding="UTF-8"?> <proxies> <proxy> <id>saab-sensis-proxy-http</id> <active>true</active> <protocol>http</protocol> <host>proxy.corp.sensis.com</host> <port>3128</port> </proxy> <proxy> <id>saab-sensis-proxy-https</id> <active>true</active> <protocol>https</protocol> <host>proxy.corp.sensis.com</host> <port>3128</port> </proxy> </proxies> ``` How can I configure the integrationplatform to use a proxy? [This](https://github.com/apache/camel-k/issues/706) issue seems pertinent. It would seem that [706](https://github.com/apache/camel-k/issues/706) is closed. The comment from @nicolaferraro seemed to indicate that the proxy setting was rolled into 0.3.4 milestone.  I am using 1.0.0-M4  So I'm hopeful that I can set the proxy for camel-k. Can someone point me to a simple set of instructions for doing this? I have found that [720](https://github.com/apache/camel-k/pull/720) references a configmap ability to create custom settings. However the instructions under 720 use kamel.. I am using the operator methodology found under operatorhub
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services