Fix up e2e tests.
This commit is contained in:
@@ -165,7 +165,7 @@ func Up() bool {
|
||||
|
||||
// Is the e2e cluster up?
|
||||
func IsUp() bool {
|
||||
return runBash("get status", `$KUBECFG -server_version`)
|
||||
return runBash("get status", `$KUBECTL version`)
|
||||
}
|
||||
|
||||
func tryUp() bool {
|
||||
|
Reference in New Issue
Block a user