Skip to content

Allow init container modifications #2306

Description

@charith-elastic

Currently, if a user wants to change a small aspect of an init container (e.g. setting custom resource limits), they have to provide the full definition of the init container in the podTemplate.

Presumably we do this to give users full control over how init containers are executed. However, there are a couple of UX issues worth considering:

  • Most users are probably only interested in minor tweaks such as changing the resource limits of the container
  • The way the operator treats initContainers of the podTemplate is confusing. (Other sections in the podTemplate get merged while initContainers simply get replaced if the container name matches a built-in container)

Metadata

Metadata

Assignees

Labels

>enhancementEnhancement of existing functionalityv1.3.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions