mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
Merge pull request #18509 from gmarek/fix-e2e-pd
Auto commit by PR queue bot
This commit is contained in:
@@ -64,8 +64,7 @@ var _ = Describe("Mesos", func() {
|
||||
client := framework.Client
|
||||
expectNoError(allNodesReady(client, util.ForeverTestTimeout), "all nodes ready")
|
||||
|
||||
nodelist, err := client.Nodes().List(api.ListOptions{})
|
||||
expectNoError(err, "nodes fetched from apiserver")
|
||||
nodelist := ListSchedulableNodesOrDie(framework.Client)
|
||||
|
||||
const ns = "static-pods"
|
||||
numpods := len(nodelist.Items)
|
||||
|
Reference in New Issue
Block a user