Configure Kamel K with Proxy Server

Dear All,

We are configurating minikube with kamel operator using a proxy server. We have configured the proxy server configuration in the next files:

  • /etc/profile
  • /etc/systemd/system/docker.service.d/http-proxy.conf
    In these proxy configuration we add the no_proxy option describing the kamel local registry whose IP address is 10.108.180.104 in this server.
    When we up the minikube server we use the next command:
  • minikube start --apiserver-ips=<$LOCAL_IP_SERVER>
    The problem is when the kamel pod is trying to deploy minikube don’t obtain image from the local repository that is in the IP 10.108.180.104 and we obtain the next error in minikube:

" Back-off pulling image “10.108.180.104/oh-iengine/camel-k-kit-cafliinj386oeaksm700@sha256:fbacab82a2239e258e638d787e33b2f369dfa0cf34370783ac0714e43a639a85” "

How we have to configure the proxy configuration to kamel? We think that kamel is trying to go throught to the proxy server.

The system information is the next:

  • Sistem Operating: Hed Hat Enterprise Linux 7.9
  • minikube version: v1.25.2
  • kamel version: v1.8.2