mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-28 10:08:23 +00:00
By default, cmd is used to execute commands in Windows containers, but it has some issues executing the command (no output): echo 'hostName' | nc -w 1 -u <targetIP> <targetPort> But it has no issues running (output is correct): echo hostName | nc -w 1 -u <targetIP> <targetPort> This causes the test "should function for node-pod communication: udp" to fail when using Windows Containers.
35 KiB
35 KiB