Skip to content

Commit 15bacb0

Browse files
authored
Merge pull request #34008 from Sea-n/fixup-33582
Fix link for debug-cluster
2 parents 978b7ca + ca34008 commit 15bacb0

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/tasks/debug/debug-cluster

1 file changed

+2
-2
lines changed

content/en/docs/tasks/debug/debug-cluster/windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ content_type: concept
2929

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

32-
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).
32+
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).
3333

3434
## Network troubleshooting {#troubleshooting-network}
3535

@@ -99,7 +99,7 @@ content_type: concept
9999
Get-NetAdapter | ? Name -Like "vEthernet (Ethernet*"
100100
```
101101

102-
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,
102+
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,
103103
in cases where the host's network adapter isn't "Ethernet".
104104
Otherwise, consult the output of the `start-kubelet.ps1` script to see if there are errors during virtual network creation.
105105

0 commit comments

Comments
 (0)