mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
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