Piotr Ignatowski

Results 15 comments of Piotr Ignatowski

Probably You need to add pod annotation `scheduling.k8s.io/group-name: grouoname`. This can be done through task.spec.metadata (I think so). If You don't explicity set a podgroup (which is taken from this...

@Gygrus Have You tried an option with annotation in task metadata?

Well, `pod group is not ready, 3 minAvailable` and `NotEnoughResources` is pretty self descriptive. You've created a job that has minAvailable set to 3. So it will be not scheduled...

Sorry for late response, but I've did some experiments with raw pods. It works as it should: ``` --- apiVersion: scheduling.volcano.sh/v1beta1 kind: PodGroup metadata: name: PG namespace: default spec: minMember:...

I thnk that if You use Volcano job, You're unable to set podgroup, because it will be managed by Volcano job controller.

Could You elaborate a bit how user can deploy non reclaimable task if queue is reclaimable? I'm just curious.

@lowang-bh As far as I understand issue is with the fact, that non preemtable task should be reclaimable, but it's not. And I will ask again - how do You...

@Monokaix Sorry for pinning You here, but it would be nice to have some feedback if this idea may be interesting and its worth thinking about potentat implementation. Should I...

@lowang-bh @googs1025 I've pushed new commit with changes suggested by @googs1025 - as a reader I can say that it's pretty readable and I can understand a code flow.