confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
48 stars 88 forks source link

daemonset: reduce log volume #2159

Closed mkulke closed 3 days ago

mkulke commented 3 days ago

The probing code regularly produces "ignored pod" log lines. For clusters with a lot of pods this is quite excessive and noisy.

drive-by fix: use early returns to reduce deep nesting in that part of the code.