Binbin Zou

Results 42 comments of Binbin Zou

> @zbbkeepgoing Thanks for your PR. Would you share your use case and design on the weekly meeting? sure, no problem.

Because vcjob.spec.task[*].maxRetry has't considered in job update verification, so apply the source yaml file when you do not specify maxRetry, the problem will occur. **Note:** Workaround before my code merged:...

> Thx, after adding `vcjob.spec.task[*].maxRetry` into yaml file, `kubectl apply -f ` worked. Also, `kubectl edit vcjob xxx` worked without `vcjob.spec.task[*].maxRetry`. Whereas, updating `priorityClassName` field still caused the same error...

> Well, but how can I update `priorityClassName`? Should I wait until this PR is approved? Use `kubectl edit vcjob` only update priorityClassName or add task[*].maxRetry in file.yaml and `kubectl...

Link to the api pull request: https://github.com/volcano-sh/apis/pull/83. I will update go.mod after pr of api is merged

> Hey. Kindly to ask some questions about the background: > > * Why do you want to separate the whole spark job to different and independent pods instead of...

> please compress multiple commits into a single commit. done