All K8s Client calls use context.TODO() as the Context #266
Labels
kind/enhancement
Enhancement of an existing feature
kind/techdebt
Technical debt
priority/P2
Slight inconvenience or annoyance to applications, system continues to function
Description
All operator code uses "context.TODO()" in every k8s client API call.
While it does seem to work, it could be suboptimal and not the right way to invoke the client. Need to spend some time understanding this, its impact and alternatives.
The text was updated successfully, but these errors were encountered: