Open aaraodeo opened 4 years ago
Same problem for me as the internal call never returns a valid result:
The issue persists in latest Lens IDE Version: 4.0.4 on Docker Desktop 3.0.0
Are you proxying all networking?
Yes. All internet access is through an HTTP proxy.
On Fri, Mar 26, 2021 at 1:33 AM Sebastian Malton @.***> wrote:
Are you proxying all networking?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lensapp/lens/issues/1098#issuecomment-807388052, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACI663TSXAL4UXCUFDD2KVLTFOJJ3ANCNFSM4SVCIVKQ .
Describe the bug Helm3 app is not working in lens ide 3.6.7 behind http proxy
To Reproduce Steps to reproduce the behavior:Steps to reproduce the behavior:
Expected behavior Helm Release Upgrade to be completed successfully and Chart details to be shown without any issue.
Screenshots
Environment (please complete the following information):
Logs: N/A
Kubeconfig:
Additional context kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:12:48Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"windows/amd64"} Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:04:18Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
helm version version.BuildInfo{Version:"v3.3.4", GitCommit:"a61ce5633af99708171414353ed49547cf05013d", GitTreeState:"clean", GoVersion:"go1.14.9"}
Note: I am using a http proxy to connect to internet.
The steps mentioned above to reproduce the issue works fine on a another machine connected to internet without using a proxy.
So its seems helm3 does not work with lens ide 3.6.7 behind http proxy.