-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
Upstream
-
2
-
False
-
None
-
False
-
OCPSTRAT-46 - Strategic Upstream Work - OCP Control Plane and Node Lifecycle Group
-
-
-
Workloads Sprint 257, Workloads Sprint 258
- args: namespaces: include: - includedNamespace
looks better than
- args: excludedTaints: null includePreferNoSchedule: false includedTaints: null labelSelector: null namespaces: exclude: [] include: - includedNamespace
DoD:
- upstream descheduler code is updated to tag plugin arguments with omitempty: https://github.com/kubernetes-sigs/descheduler/pull/1480
- KDO unit tests are updated to reflect the upstream changes