NO_PROXY environment variable support

I have clusters that need to be accessed without the proxy configured on my machine.
Using kubectl works as i added the cluster IPs to my NO_PROXY and no_proxy environment variables.
However Lens does not pick these up and i cannot access my clusters.

I’ve combed though the net and this forum, no solutions.
I’ve tried to run Lens with the environment variables in the same line - didn’t work.

Thanks

Hello @itiel.olenick,

Thank you for reaching out to Lens forum!

I’ll let the dev team about your issue.

Stand by for further updates.

Best Regards,
Tikhon Kudinov
Lens Support Engineer
Mirantis, Inc

Found the issue - Lens takes the environment variables from ~/.bashrc even if zsh was used to start the app

1 Like