mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #126058 from AnishShah/patch-2
Deflake kubernetes-node-swap-fedora-serial jobs
This commit is contained in:
commit
3e9a73d558
@ -90,7 +90,7 @@ func makePodToVerifyPids(baseName string, pidsLimit resource.Quantity) *v1.Pod {
|
||||
func runPodPidsLimitTests(f *framework.Framework) {
|
||||
ginkgo.It("should set pids.max for Pod", func(ctx context.Context) {
|
||||
ginkgo.By("by creating a G pod")
|
||||
pod := e2epod.NewPodClient(f).Create(ctx, &v1.Pod{
|
||||
pod := e2epod.NewPodClient(f).CreateSync(ctx, &v1.Pod{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Name: "pod" + string(uuid.NewUUID()),
|
||||
Namespace: f.Namespace.Name,
|
||||
|
Loading…
Reference in New Issue
Block a user