Yuki Iwai

Results 116 issues of Yuki Iwai

**What would you like to be added**: I would like to support other queues from the same cohort in the [`mechanism to stop a ClusterQueue`](https://github.com/kubernetes-sigs/kueue/tree/ed81667f0554345cfc5c956a28b8ad62564bcc81/keps/1284-cluster-queue-stop) (KEP-1284) **Why is this needed**:...

kind/feature

**What would you like to be cleaned**: We should use the released cluster-autoscaler/apis module. related: #1872 **Why is this needed**: This is needed to a guarantee of the stability.

lifecycle/stale
kind/cleanup

This is blocked by - [x] #2331 - [x] #2350. **What would you like to be added**: I would like to support the extension mechanism so that we can implement...

kind/feature

**What would you like to be added**: I'd like to support the MultiKueue for the plain pod the same as the Job and JobSet. **Why is this needed**: In general...

kind/feature

**What would you like to be added**: Depend on #2174 Since #2063, the workload controller resets the `.status.requeueState.requeueAt` if the `requeueAt` exceeds the current time. Also, we will reset the...

kind/feature

**What this PR does / why we need it**: I added a cherry-pick script. This script is stolen from https://github.com/kubernetes/kubernetes/blob/57b406a18afc54c84725488e0ca3d4b4cabd61db/hack/cherry_pick_pull.sh You can see example PR here: https://github.com/kubeflow/training-operator/pull/2107 **Which issue(s) this...

size/L

Cherry pick of #2106 on v1.8-branch. #2106: Add cherry-pick script For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md) page. ```release-note ```

size/L
do-not-merge/hold

Related: https://github.com/kubeflow/training-operator/issues/2170 We should generate the client-go library for the TrainJob and TrainigRuntime by [kube-code-gen](https://github.com/kubernetes/code-generator).

area/api

**What this PR does / why we need it**: I implemented the runtime framework interfaces. The responsibilities are the following: - /runtime.v2/core: This contains the actual Kubeflow Job Pipeline like...

size/XXL
do-not-merge/hold

Related: https://github.com/kubeflow/training-operator/issues/2170 We should create validations for the TrainingRuntime and ClusterTrainingRuntime, using the following tools: - Mutating Webhooks - CEL validations - controller-tools/kubebuilder annotations /area webhook

area/webhook