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
The kubectl exec command generated by this extension spawns in the OpenLens terminal. The terminal does not have a proxy environment variable set, even if OpenLens does have a setting to that effect. Generate a command line with env https_proxy=... kubectl .... That way, if someone still has to avoid or be made aware of the proxy that would be easy.
The text was updated successfully, but these errors were encountered:
The
kubectl exec
command generated by this extension spawns in the OpenLens terminal. The terminal does not have a proxy environment variable set, even if OpenLens does have a setting to that effect. Generate a command line withenv https_proxy=... kubectl ...
. That way, if someone still has to avoid or be made aware of the proxy that would be easy.The text was updated successfully, but these errors were encountered: