amoghrajesh commented on code in PR #41464:
URL: https://github.com/apache/airflow/pull/41464#discussion_r1718676227
##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -682,6 +682,7 @@ async def _load_config(self):
if self.config_dict:
self.log.debug(LOADING_KUBE_CONFIG_FILE_RESOURCE.format("config
dictionary"))
+ self._is_in_cluster = False
Review Comment:
Change looks good, but can you please add a unit test, either a new one or
in the existing one?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]