gardener / kupid

Inject scheduling criteria into target pods orthogonally by policy definition.
Apache License 2.0
11 stars 19 forks source link

Support full strategic merge patch #25

Closed amshuman-kr closed 1 year ago

amshuman-kr commented 4 years ago

What would you like to be added: If there is a conflict between the scheduling criteria (potentially more than one) being injected and what is already present in the target pod spec/template, merge done by kupid is currently ad hoc.

It is desirable to support full strategic merge patch in such a cases.

Why is this needed: Consistency with Kubernetes best-practicies.