You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Global customer-defined initContainer configuration.
Use Cases
In large-scale simulation scenarios, we need to use initContainer to prepare data in each step, but we don’t want to configure it in each pod, so we hope to have a global configuration similar to mainContainer to configure initContainer.
Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered:
We tried to use this method in workflowDefaults for global configuration, but mirrorVolumeMounts did not take effect. I also found the reason, because when creating a pod, the addInitContainers operation is earlier than applyPodPatch.
Summary
Global customer-defined initContainer configuration.
Use Cases
In large-scale simulation scenarios, we need to use initContainer to prepare data in each step, but we don’t want to configure it in each pod, so we hope to have a global configuration similar to mainContainer to configure initContainer.
Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: