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

[RC2] [Functest K8s] sig-network TC set external access required #3327

Open
sultetveny opened this issue Mar 22, 2023 · 0 comments
Open

[RC2] [Functest K8s] sig-network TC set external access required #3327

sultetveny opened this issue Mar 22, 2023 · 0 comments

Comments

@sultetveny
Copy link

Hi,

it's not an issue, just a note/question. On air gapped environment (test labs, or customer site) where no direct access is available from the cluster, these tests failed. While proxy is available to connect to the outside world, unable to add it as a parameter.

Failed TCs:

  • [Fail] [sig-network] Networking [It] should provide Internet connection for containers [Feature:Networking-IPv4]
    • nc -vz -w 30 8.8.8.8 53
  • [Fail] [sig-network] Networking [It] should provider Internet connection for containers using DNS [Feature:Networking-DNS]
    • nc -vz -w 30 google.com 80

Maybe, with the same way as we add the mirror repository and other variables, we can add the proxy too? then netcat can use it too?

# content of the env file
...
QUAY_REPO=
https_proxy=
no_proxy=
...

Or we can say it's not applicable on air gapped environment. What do you think?

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