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

Weird behavior when http_proxy or https_proxy env vars specified #9

Open
ahmetb opened this issue Dec 22, 2019 · 0 comments
Open

Weird behavior when http_proxy or https_proxy env vars specified #9

ahmetb opened this issue Dec 22, 2019 · 0 comments

Comments

@ahmetb
Copy link

ahmetb commented Dec 22, 2019

inspect command works fine, but when I specify a Man-in-the-middle proxy through standard env vars, it shows nothing, but doesn't fail either:

$ http_proxy=:8080 kni inspect --service hello
Resources in hello

Namespace  Name  Kind  Ready  Reason

0 resources
$ https_proxy=:8080 kni inspect --service hello
Resources in hello

Namespace  Name  Kind  Ready  Reason

0 resources
kni inspect --service hello
Resources in hello

Namespace  Name                                 Kind                         Ready    Reason
default    hello                                Service                      True
default    hello                                  ├─ Configuration           True
default    hello-tjxhq-2                          │ ├─ Revision              True
...
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

1 participant