kubeflow/trainer

[Feature]: PodSet Container to support Image and Command

已關閉

#3,177 建立於 2026年2月5日

 (12 則留言) (0 個反應) (0 位負責人)Go (964 個分叉)github user discovery
good first issuehelp wantedkind/cleanupkind/feature

倉庫指標

星標
 (2,112 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

What you would like to be added?

Problem: If we want to manipulate a Container or InitContainer on the JobSet, e.g., here we need to expose the Image and Command for the InitContainer, which are generally needed. We cannot use PodSet for InitContainer without this exposure. The ultimate goal is to have the PodSet interface map onto the actual Jobset (e.g., PodSet -> runtime.Container -> JobSet) with changed Image and Command. Note that tests can then be refactored too (reference)

Why is this needed?

Customization of Image/Command for InitContainers is generally desired. For the Flux Policy PR/integration we are not able to use PodSet without it: https://github.com/kubeflow/trainer/pull/3064#issuecomment-3815049315

Love this feature?

Give it a 👍 We prioritize the features with most 👍

貢獻者指南