Skip to content

Commit 5944887

Browse files
committed
spelling
1 parent 01723ab commit 5944887

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-windows/5100-windows-dsr-and-overlay-support

1 file changed

+3
-3
lines changed

keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ A troubleshooting guide for general Windows networking issues can be found at ht
921921
https://github.com/microsoft/SDN/ contains some additional troubleshooting scripts to collect detailed information and can help in troubleshooting
922922
- https://github.com/microsoft/SDN/blob/master/Kubernetes/windows/hns.v2.psm1 is a powershell module with cmdlets for inspecting HNS policies and endpoints
923923
- https://github.com/microsoft/SDN/blob/master/Kubernetes/windows/helper.psm1 contains useful helper functions for troubleshooting
924-
- https://github.com/microsoft/SDN/tree/master/Kubernetes/windows/debug contains various powershell scripts for enabling tracing, collectings stats and perf counterd, starting packet captures, etc
924+
- https://github.com/microsoft/SDN/tree/master/Kubernetes/windows/debug contains various powershell scripts for enabling tracing, collectings stats and perf counters, starting packet captures, etc
925925

926926
Troubleshooting issues with Direct Server Return (DSR) on Windows:
927927

@@ -930,7 +930,7 @@ Troubleshooting issues with Direct Server Return (DSR) on Windows:
930930
- If everything looks correct, log onto the node and inspect the HNS rules to ensure DSR is enabled for the load balancer rules.
931931
- Log onto the node and use `hnsdiag.exe list loadbalancers -d` to list all the load balancers and details about their rules.
932932
You should see `IsDSR:true` for load balancer policies proxied by kube-proxy.
933-
- You can use `hnsdiag.exe` to get detailed infromation about local networks and endpoints in addition to loadbalancers.
933+
- You can use `hnsdiag.exe` to get detailed information about local networks and endpoints in addition to loadbalancers.
934934
- If you are still having issues create an issue at https://github.com/microsoft/windows-containers
935935

936936
Troubleshooting issues with overlay networking mode on Windows:
@@ -941,7 +941,7 @@ Troubleshooting issues with overlay networking mode on Windows:
941941
- If everything looks correct, log onto the node and inspect the HNS rules to ensure that the source VIP is being used correctly.
942942
- Log onto the node and use `hnsdiag.exe list loadbalancers -d` to list all the load balancers and details about their rules.
943943
You should see the source VIP being used for load balancer policies proxied by kube-proxy.
944-
- You can use `hnsdiag.exe` to get detailed infromation about local networks and endpoints in addition to loadbalancers.
944+
- You can use `hnsdiag.exe` to get detailed information about local networks and endpoints in addition to loadbalancers.
945945
- If you are still having issues create an issue at https://github.com/microsoft/windows-containers
946946

947947
###### How does this feature react if the API server and/or etcd is unavailable?

0 commit comments

Comments
 (0)