LX

Results 383 comments of LX

> /cc @hwdef Can you help for that? ok, I'll look into this.

Sorry for the late reply, I've been a little busy lately. I have a preliminary look at your code and I think there is probably no problem. I'll do some...

I see. I think there's a recent discussion in the community that's similar to the scenario you're talking about. https://github.com/volcano-sh/volcano/pull/2227

Yes, you're right, let's continue to troubleshoot the issue.

``` git commit --amend --signoff --no-edit git push --force-with-lease origin managed-namespaces ```

please rebase your code. Merge 2 commits into 1.

@jsolbrig I'm not sure if it's feasible to use objectSelector. It's feasible to filter vcjobs through it, but there may be no way to filter deployments, or pods created through...

I think after https://github.com/volcano-sh/volcano/pull/2346 merged. We do not need this PR.

> I think this is same problem #2130 It may not be same problem, the problem in 2130 is probably because of dependsOn, and the volcano version used in this...