Skip to content

Commit

Permalink
Merge pull request #34008 from Sea-n/fixup-33582
Browse files Browse the repository at this point in the history
Fix link for debug-cluster
  • Loading branch information
k8s-ci-robot committed May 29, 2022
2 parents 978b7ca + ca34008 commit 15bacb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/tasks/debug/debug-cluster/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ content_type: concept

Ensure that your Pod is getting scheduled to a [compatable](https://docs.microsoft.com/virtualization/windowscontainers/deploy-containers/version-compatibility) Windows Node.

More information on how to specify a compatable node for your Pod can be found in [this guide](docs/setup/production-environment/windows/user-guide-windows-containers/#ensuring-os-specific-workloads-land-on-the-appropriate-container-host).
More information on how to specify a compatable node for your Pod can be found in [this guide](/docs/setup/production-environment/windows/user-guide-windows-containers/#ensuring-os-specific-workloads-land-on-the-appropriate-container-host).

## Network troubleshooting {#troubleshooting-network}

Expand Down Expand Up @@ -99,7 +99,7 @@ content_type: concept
Get-NetAdapter | ? Name -Like "vEthernet (Ethernet*"
```

Often it is worthwhile to modify the [InterfaceName](https://github.com/microsoft/SDN/blob/master/Kubernetes/flannel/start.ps1#L7) parameter of the start.ps1 script,
Often it is worthwhile to modify the [InterfaceName](https://github.com/microsoft/SDN/blob/master/Kubernetes/flannel/start.ps1#L7) parameter of the `start.ps1` script,
in cases where the host's network adapter isn't "Ethernet".
Otherwise, consult the output of the `start-kubelet.ps1` script to see if there are errors during virtual network creation.

Expand Down

0 comments on commit 15bacb0

Please sign in to comment.