Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy Environment Variables #1012

Closed
Iyappanj opened this issue Apr 18, 2024 · 2 comments
Closed

Proxy Environment Variables #1012

Iyappanj opened this issue Apr 18, 2024 · 2 comments

Comments

@Iyappanj
Copy link

Is your feature request related to a problem?

I want to be able to provide the HTTP_PROXY variables with the "devpod up" command because my environment is behind a corporate proxy and fails with "Get "https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-v1.84.2/openvscode-server-v1.84.2-linux-x64.tar.gz": dial tcp 140.82.121.3:443: i/o timeout" error while the provider is kubernetes.

I am also unable to use local docker images to bring up a environment with kubernetes as provider.

Which solution do you suggest?

I should be able to provide the proxy variables in the cli

Which alternative solutions exist?

Additional context

@89luca89
Copy link
Contributor

Hi @Iyappanj
This is possible by using either devpod up --workspace-env FOO=BAR --workspace-env BAZ=BIZ and so on, or using an environment file and then devpod up --workspace-env-file ./path/to/env-file

@89luca89 89luca89 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2024
@Iyappanj
Copy link
Author

@89luca89 Thanks for the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants