-
Notifications
You must be signed in to change notification settings - Fork 558
Adding Windows troubleshooting section #3045
Adding Windows troubleshooting section #3045
Conversation
/do-not-merge |
Codecov Report
@@ Coverage Diff @@
## master #3045 +/- ##
=======================================
Coverage 51.47% 51.47%
=======================================
Files 99 99
Lines 15021 15021
=======================================
Hits 7732 7732
Misses 6582 6582
Partials 707 707 Continue to review full report at Codecov.
|
This includes info on current issues: |
@daschott @JMesser81 or @dineshgovindasamy can you help review for accuracy? |
docs/kubernetes/windows.md
Outdated
|
||
ICMP traffic is not routed between private Azure vNETs or to the internet. | ||
|
||
Workaround: test network connections with another protocol (TCP/UDP) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we clarify how? Like give an example such as:
The following will not work to demonstrate connectivity:
ping 123.456.78
Instead, you should use something like:
use curl -Uri http://123.456.78 -UseBasicParsing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@CecileRobertMichon: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
We're changing too much in the Windows setup recently so we should doc what works, doesn't, and troubleshooting steps.
If applicable: