You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All kubectl commands fail with : getaddrinfo ENOTFOUND socks5 when running KUI with the HTTPS_PROXY env set to socks5://127.0.0.1:6783,
Steps to reproduce the behavior
Open windows Command Prompt
Run SET HTTPS_PROXY=socks5://127.0.0.1:6783 && START Kui
kubectl get pods -n <namespace>
See error
Expected behavior
kubectl requests should go through the HTTPS_PROXY smoothly
Screenshots
System
Kui version: 11.5.0
Operating system: Windows x64
The text was updated successfully, but these errors were encountered:
Describe the bug
All kubectl commands fail with :
getaddrinfo ENOTFOUND socks5
when running KUI with the HTTPS_PROXY env set tosocks5://127.0.0.1:6783
,Steps to reproduce the behavior
SET HTTPS_PROXY=socks5://127.0.0.1:6783 && START Kui
kubectl get pods -n <namespace>
Expected behavior
kubectl requests should go through the HTTPS_PROXY smoothly
Screenshots
![image](https://user-images.githubusercontent.com/11062001/178721424-4563aff1-99d2-4ca8-aa59-bfffd08874aa.png)
System
The text was updated successfully, but these errors were encountered: