mirror of https://github.com/k3s-io/k3s
Merge pull request #48826 from mikedanese/fix-upgrade
Automatic merge from submit-queue (batch tested with PRs 46748, 48826) scheduler e2e: make container name shorter Fixes https://github.com/kubernetes/kubernetes/issues/48825pull/6/head
commit
096edd6452
|
@ -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