mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Fix misc typos
Mostly in comments, but also renamed the (test) function migUdpateCmdBase -> migUpdateCmdBase.
This commit is contained in:
@@ -184,10 +184,10 @@ func (config *KubeProxyTestConfig) hitNodePort(epCount int) {
|
||||
By("dialing(http) endpoint container --> node1:nodeHttpPort")
|
||||
config.dialFromEndpointContainer("http", node1_IP, nodeHttpPort, tries, epCount)
|
||||
|
||||
// TODO: doesnt work because masquerading is not done
|
||||
// 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: doesnt work because masquerading is not done
|
||||
// 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)
|
||||
|
||||
|
Reference in New Issue
Block a user