CYJiang

Results 719 comments of CYJiang

@danielvegamyhre /PTAL [pr](https://github.com/kubernetes-sigs/jobset/pull/479)

Is this issue meant to demonstrate how to use and operate, or is it to be explained through code?

> __ > > > Is this issue meant to demonstrate how to use and operate, or is it to be explained through code? > > It's meant to explain...

Hi @kannon92 @danielvegamyhre , do we still need this issue? I would like to get involved in this issue recently, and once this PR https://github.com/kubernetes-sigs/jobset/pull/490 is merged, I can start...

Is this issue still needed? I am a little confused about something. If we create a Finalizer for a sub-job, it means that we cannot delete the job arbitrarily through...

I'm not sure if this is correct, but here's what I came up with: ```go func (r *JobSetReconciler) deleteJobs(ctx context.Context, jobsForDeletion []*batchv1.Job) error { ... workqueue.ParallelizeUntil(ctx, constants.MaxParallelism, len(jobsForDeletion), func(i int)...

/assign hi @danielvegamyhre i'll try it