You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe
We do use the KubernetesClient in an OSGI application. We do instantiate the KubernetesClient ourself, to be in full control.
Currently the ManagedKubernetesClient has immediate=true (since ever). So the service is instantiated, but never being used, which means wasted memory of us.
Describe the solution you'd like
Remove immediate=true from the ManagedKubernetesClient, so that the service is only instantiated when needed.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
joshiste
added a commit
to joshiste/kubernetes-client
that referenced
this issue
May 14, 2022
Is your enhancement related to a problem? Please describe
We do use the KubernetesClient in an OSGI application. We do instantiate the KubernetesClient ourself, to be in full control.
Currently the ManagedKubernetesClient has
immediate=true
(since ever). So the service is instantiated, but never being used, which means wasted memory of us.Describe the solution you'd like
Remove
immediate=true
from the ManagedKubernetesClient, so that the service is only instantiated when needed.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: