You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -921,7 +921,7 @@ A troubleshooting guide for general Windows networking issues can be found at ht
921
921
https://github.com/microsoft/SDN/ contains some additional troubleshooting scripts to collect detailed information and can help in troubleshooting
922
922
-https://github.com/microsoft/SDN/blob/master/Kubernetes/windows/hns.v2.psm1 is a powershell module with cmdlets for inspecting HNS policies and endpoints
923
923
-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
925
925
926
926
Troubleshooting issues with Direct Server Return (DSR) on Windows:
927
927
@@ -930,7 +930,7 @@ Troubleshooting issues with Direct Server Return (DSR) on Windows:
930
930
- If everything looks correct, log onto the node and inspect the HNS rules to ensure DSR is enabled for the load balancer rules.
931
931
- Log onto the node and use `hnsdiag.exe list loadbalancers -d` to list all the load balancers and details about their rules.
932
932
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.
934
934
- If you are still having issues create an issue at https://github.com/microsoft/windows-containers
935
935
936
936
Troubleshooting issues with overlay networking mode on Windows:
@@ -941,7 +941,7 @@ Troubleshooting issues with overlay networking mode on Windows:
941
941
- If everything looks correct, log onto the node and inspect the HNS rules to ensure that the source VIP is being used correctly.
942
942
- Log onto the node and use `hnsdiag.exe list loadbalancers -d` to list all the load balancers and details about their rules.
943
943
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.
945
945
- If you are still having issues create an issue at https://github.com/microsoft/windows-containers
946
946
947
947
###### How does this feature react if the API server and/or etcd is unavailable?
0 commit comments