How to migrate integrations.podOptions.podSelector #5237
-
Hi, as noted in the official document for plain pods, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
That I correct,
Can you specify what is missing?
You can still use it deprecated features. We give time to the community to migrate and to raise issues. We will consider dropping it for v1beta2. let us know if you see some gaps with managedJobsNamespaceSelector. |
Beta Was this translation helpful? Give feedback.
I would suggest to migrate to use a dedicated namespace still. Namespaces are more robust because they work well for hierarchical Jobs.
We now support LWS,StatefulSet and Pods, and supporting podSelector becomes tricky because it is not clear what to do when the setting of labels gets inconsistent.
Technically podSelector would still work ok for top level pods, but it is a complication in the world of hierarchical Jobs.