mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #28299 from freehan/nodee2e
Automatic merge from submit-queue switch back to promiscuous-bridge mode fix: #27498
This commit is contained in:
		@@ -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(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user