Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
In the current setup we copy the image pull secrets from a pod and add it to the tags. We do this always, without thinking if we need them.
We should only copy the secrets if the pod has gang scheduling annotations and gang scheduling is enabled. That is the only case in which we need the secrets as we need to propagate them to the placeholders.
We should also not add them to the tags but keep them in a seperate part of the metadata as we do not want them in the core which is where they end up now as part of the tags.