Eric Tune

Results 8 comments of Eric Tune

xref https://github.com/kubernetes/sample-controller/issues/2

I just came across this which looks similar: https://github.com/ant31/crd-validation

@knight42 This is awesome. I actually shouted for joy when @apelisse shared https://asciinema.org/a/375008 with me. One small suggestion: If you do another demo or video, add an HPA to the...

/reopen On Sun, Oct 27, 2019 at 3:51 PM Kubernetes Prow Robot < [email protected]> wrote: > Closed #476 . > > — > You are receiving this because you authored...

What behavior is desired for starting a JobSet with gang scheduling? 1. one gang containing all pods in the JobSet, which all start or do not start. 2. N gangs,...

There is a proposal to add a PodGroup or something like it to support Gang Scheduling, in #4671. Each pod has an object reference to a PodGroup object. There could...

We are discussing on #4671 that PodGroups would be created for workloads that need Gang Scheduling. It looks like most workloads that need gang scheduling would be 1:1 Workload to...