mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 05:04:52 +00:00
Fix the rest of the code
This commit is contained in:
@@ -68,7 +68,7 @@ var _ = framework.KubeDescribe("Mesos", func() {
|
||||
nodelist := framework.ListSchedulableNodesOrDie(f.Client)
|
||||
|
||||
const ns = "static-pods"
|
||||
numpods := len(nodelist.Items)
|
||||
numpods := int32(len(nodelist.Items))
|
||||
framework.ExpectNoError(framework.WaitForPodsRunningReady(ns, numpods, wait.ForeverTestTimeout),
|
||||
fmt.Sprintf("number of static pods in namespace %s is %d", ns, numpods))
|
||||
})
|
||||
|
Reference in New Issue
Block a user