diff --git a/robusta_krr/core/integrations/kubernetes/__init__.py b/robusta_krr/core/integrations/kubernetes/__init__.py index a772a5c2..351149a7 100644 --- a/robusta_krr/core/integrations/kubernetes/__init__.py +++ b/robusta_krr/core/integrations/kubernetes/__init__.py @@ -115,6 +115,7 @@ async def list_pods(self, object: K8sObjectData) -> list[PodData]: if selector is None: return [] + logger.info(f"Listing pods for namespace={object._api_resource.metadata.namespace} and label_selector={selector}") ret: V1PodList = await loop.run_in_executor( self.executor, lambda: self.core.list_namespaced_pod(