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

Network pre-flights: Detect network issues and present actionable feedback #3145

Closed
tstromberg opened this issue Sep 20, 2018 · 2 comments
Closed
Assignees
Labels
area/networking networking issues help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. r/2019q2 Issue was last reviewed 2019q2

Comments

@tstromberg
Copy link
Contributor

tstromberg commented Sep 20, 2018

Many incoming issues are due to local network access problems, mostly from proxies, but many also due to HyperV:

failed/local-networking startup failures due to networking issues

We should have a basic connectivity check to the minikube VM, in a way that detects problems in a user-friendly way, such as:

* Unable to establish a network connection to the VM: please check http://x
  for possible solutions.

And at least until we have good story around offline usage:

* Unable to establish a fully functional internet connection: please check http://x 
  for possible solutions.
@tstromberg tstromberg added kind/feature Categorizes issue or PR as related to a new feature. area/product-excellence area/networking networking issues labels Sep 20, 2018
@tstromberg tstromberg added the nbu label Sep 27, 2018
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 26, 2018
@tstromberg tstromberg removed area/product-excellence lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 22, 2019
@tstromberg
Copy link
Contributor Author

tstromberg commented Jan 23, 2019

Problems to warn about:

  • HTTP client to internet
  • HTTPS client to internet (storage.googleapis.com) - HTTPS is important due to interception issues!
  • HTTP client to VM (such as apiserver)
  • DNS client from VM to internet
  • HTTP client from VM to internet

These failures should point to a connectivity problems document where users can read up on solutions.

@tstromberg tstromberg added the priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. label Jan 23, 2019
@tstromberg tstromberg added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels Jan 24, 2019
@tstromberg tstromberg changed the title Detect network access problems and present them in a user-friendly way Network pre-flights: Detect network issues and present actionable feedback Jan 24, 2019
@tstromberg tstromberg added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Jan 24, 2019
@tstromberg tstromberg added this to the v1.0.0-candidate milestone Jan 24, 2019
@tstromberg tstromberg self-assigned this Feb 25, 2019
@tstromberg tstromberg modified the milestones: v1.0.0, v1.0.1-candidate Mar 26, 2019
@tstromberg tstromberg added the r/2019q2 Issue was last reviewed 2019q2 label Apr 4, 2019
@tstromberg tstromberg removed this from the v1.0.1-candidate milestone Apr 8, 2019
@tstromberg tstromberg added this to the v1.1.0-candidate milestone Apr 10, 2019
@tstromberg tstromberg removed this from the v1.1.0-candidate milestone May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking networking issues help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. r/2019q2 Issue was last reviewed 2019q2
Projects
None yet
Development

No branches or pull requests

3 participants