Commit 6db354b1 authored by Minhan Xia's avatar Minhan Xia

switch back to promiscuous-bridge mode

parent 61a9358d
...@@ -243,7 +243,6 @@ func (es *e2eService) startKubeletServer() (*killCmd, error) { ...@@ -243,7 +243,6 @@ func (es *e2eService) startKubeletServer() (*killCmd, error) {
"--v", LOG_VERBOSITY_LEVEL, "--logtostderr", "--v", LOG_VERBOSITY_LEVEL, "--logtostderr",
"--network-plugin=kubenet", "--network-plugin=kubenet",
"--pod-cidr=10.180.0.0/24", // Assign a fixed CIDR to the node because there is no node controller. "--pod-cidr=10.180.0.0/24", // Assign a fixed CIDR to the node because there is no node controller.
"--hairpin-mode=hairpin-veth",
) )
cmd := exec.Command("sudo", cmdArgs...) cmd := exec.Command("sudo", cmdArgs...)
hcc := newHealthCheckCommand( hcc := newHealthCheckCommand(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment