Yuki Iwai
Yuki Iwai
**Which component are you using?**: ClusterAutoscaler **Is your feature request designed to solve a problem? If so describe the problem this feature should solve.**: If the external project imports cluster-autoscaler,...
I think we can release a new version once the following tasks are completed. - [x] https://github.com/kubeflow/mpi-operator/pull/561 - [ ] https://github.com/kubeflow/mpi-operator/issues/537 - [x] https://github.com/kubeflow/mpi-operator/pull/562 - [x] https://github.com/kubeflow/mpi-operator/pull/484 - [x] https://github.com/kubeflow/mpi-operator/pull/564...
Part-of: #373 Currently, the mpi-operator manages the plain pod workers. However, the management mechanism is similar to kubernetes batch/job, which is a reinvention of the wheel, although I understand the...
/kind feature Currently, we build and publish only the operator image on CI. So, we need to create CI pipelines to build and publish example images.
/kind feature We have API violations related to maps in the following: https://github.com/kubeflow/mpi-operator/blob/31d4575066770756cc8ca347cc6d5ba3113b1e02/pkg/apis/kubeflow/v2beta1/types.go#L112-L114 https://github.com/kubeflow/mpi-operator/blob/31d4575066770756cc8ca347cc6d5ba3113b1e02/pkg/apis/kubeflow/v2beta1/types.go#L154-L157 So we should use named subobjects instead of maps in the following: ```go type MPIReplicaSpecs struct...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: I fixed test case names for the validations. In actual behavior,...
### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description I'd like to use the RayJob API as a go...
- One-line PR description: I updated KEP based on implementations - I updated a Job API name (SuccessPolicyCriteria (JSON="criteria") -> SuccessPolicyRule (JSON="rules")) based on this discussion: https://github.com/kubernetes/kubernetes/pull/123412#discussion_r1511794767 - I added...
### Enhancement Description - One-line enhancement description (can be used as a release note): An API to define when a Job can be declared as succeeded based on the number...