mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Merge pull request #20543 from ArtfulCoder/kubeproxytest
Auto commit by PR queue bot
This commit is contained in:
commit
ae765ef677
@ -185,12 +185,10 @@ func (config *KubeProxyTestConfig) hitNodePort(epCount int) {
|
||||
By("dialing(http) endpoint container --> node1:nodeHttpPort")
|
||||
config.dialFromEndpointContainer("http", node1_IP, nodeHttpPort, tries, epCount)
|
||||
|
||||
// TODO: doesn't work because masquerading is not done
|
||||
By("TODO: Test disabled. dialing(udp) node --> 127.0.0.1:nodeUdpPort")
|
||||
//config.dialFromNode("udp", "127.0.0.1", nodeUdpPort, tries, epCount)
|
||||
// TODO: doesn't work because masquerading is not done
|
||||
By("Test disabled. dialing(http) node --> 127.0.0.1:nodeHttpPort")
|
||||
//config.dialFromNode("http", "127.0.0.1", nodeHttpPort, tries, epCount)
|
||||
By("dialing(udp) node --> 127.0.0.1:nodeUdpPort")
|
||||
config.dialFromNode("udp", "127.0.0.1", nodeUdpPort, tries, epCount)
|
||||
By("dialing(http) node --> 127.0.0.1:nodeHttpPort")
|
||||
config.dialFromNode("http", "127.0.0.1", nodeHttpPort, tries, epCount)
|
||||
|
||||
node2_IP := config.externalAddrs[1]
|
||||
By("dialing(udp) node1 --> node2:nodeUdpPort")
|
||||
|
Loading…
Reference in New Issue
Block a user