✨ Support multi-container tasks. #598
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
priority/normal
Higher priority than priority/minor. Nice to have.
Milestone
Motivation: Support analyzer (addon) with multiple provider images.
Add support multi-container tasks. To accomplish this, the addon spec will contain a field named
pod
will be a pod (Spec) template instead of separate fields for image, pull policy and resources.Proposed addon CRD changes:
The
pod
is a core.v1.PodSpec.The task manager will need to aggregate container status and errors on the Task.
Concerns:
Running
until all containers have terminated. For addons, it's assumed that one of the containers is the main container and likely that the additional containers cannot be reliably terminated.Notes:
Links
The text was updated successfully, but these errors were encountered: