node e2e: run kubelet with kubenet

This commit is contained in:
Yu-Ju Hong 2016-06-29 11:25:49 -07:00
parent b096b4a2db
commit 5e0cc2179d

View File

@ -241,6 +241,9 @@ func (es *e2eService) startKubeletServer() (*killCmd, error) {
"--config", es.kubeletStaticPodDir,
"--file-check-frequency", "10s", // Check file frequently so tests won't wait too long
"--v", LOG_VERBOSITY_LEVEL, "--logtostderr",
"--network-plugin=kubenet",
"--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...)
hcc := newHealthCheckCommand(