mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
scheduler e2e: make container name shorter
This commit is contained in:
parent
9e22353929
commit
dafad706af
@ -398,7 +398,7 @@ func createBalancedPodForNodes(f *framework.Framework, cs clientset.Interface, n
|
||||
|
||||
needCreateResource["memory"] = *resource.NewQuantity(int64((ratio-memFraction)*float64(memAllocatableVal)), resource.BinarySI)
|
||||
|
||||
err := testutils.StartPods(cs, 1, ns, "priority-balanced-mem-"+node.Name,
|
||||
err := testutils.StartPods(cs, 1, ns, string(uuid.NewUUID()),
|
||||
*initPausePod(f, pausePodConfig{
|
||||
Name: "",
|
||||
Labels: balancePodLabel,
|
||||
|
Loading…
Reference in New Issue
Block a user