mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 02:37:36 +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