Skip to content

[Feature]: PodSet Container to support Image and CommandΒ #3177

@vsoch

Description

@vsoch

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: #3064 (comment)

Love this feature?

Give it a πŸ‘ We prioritize the features with most πŸ‘

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions