maistra / istio

Apache License 2.0
94 stars 92 forks source link

OSSM-6692: Add `StripPodUnusedFields` to pod informer used by federation controller #1032

Closed jewertow closed 2 months ago

jewertow commented 2 months ago

We need this change to avoid logging this warning. The condition for the warning is met, because there is another pod informer with ObjectTransform: StripPodUnusedFields created here.

This change also optimizes memory usage, because the federation controller will not cache irrelevant information about pods.

jewertow commented 2 months ago

/retest