Add run-services-mode option, and start e2e services in a separate
process.
This commit is contained in:
@@ -22,12 +22,6 @@ import (
|
||||
|
||||
var kubeletAddress = flag.String("kubelet-address", "http://127.0.0.1:10255", "Host and port of the kubelet")
|
||||
|
||||
var disableKubenet = flag.Bool("disable-kubenet", false, "If true, start kubelet without kubenet")
|
||||
var buildServices = flag.Bool("build-services", true, "If true, build local executables")
|
||||
var startServices = flag.Bool("start-services", true, "If true, start local node services")
|
||||
var stopServices = flag.Bool("stop-services", true, "If true, stop local node services after running tests")
|
||||
|
||||
type SharedContext struct {
|
||||
NodeName string
|
||||
PodConfigPath string
|
||||
}
|
||||
|
Reference in New Issue
Block a user