CYJiang

Results 702 comments of CYJiang

@caohe @luomingmeng @WangZzzhe /PTAL thanks!

I can refer to this issue and try to implement it. I am willing to give it a try. :)

After the poc test, I found some problems. I want to use this method to implement the scale subresource. like this: `// +kubebuilder:subresource:scale:specpath=.spec.replicatedJobs[*].replicas,statuspath=.status.replicatedJobsStatus[*].active,selectorpath= ` but got. ```bash root@VM-0-6-ubuntu:/home/ubuntu# kubectl get...

/assign Currently I have a gpu environment, but the gpu card is not up to date, but I can maybe try it and see.

Hello, I want to share some simple ideas, I don’t know if they are what we need. ```go apiVersion: jobset.x-k8s.io/v1alpha2 kind: JobSetTemplate metadata: name: my-jobset-template spec: failurePolicy: maxRestarts: 3 replicatedJobs:...

@ahg-g @danielvegamyhre @kannon92 Could you please check if this is the way I understand it? If so, I will take it when I have time and write a kep design...

> I’d look at how CronJob uses JobTemplates or even how JobSet uses a JobTemplate. > > A user should create a jobset without using the templates. > > TrainJob...

@danielvegamyhre Sorry, I just saw it now. Thanks for your invitation.I am not familiar with how to write integration tests. You can finish it first. I will look at this...