ramandumcs commented on a change in pull request #4859: [AIRFLOW-3917] Added config to support running scheduler(with kuberne… URL: https://github.com/apache/airflow/pull/4859#discussion_r264179796
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -703,6 +703,11 @@ gcp_service_account_keys = # It will raise an exception if called from a process not running in a kubernetes environment. in_cluster = True +# Use the cluster_context or config_file to run outside of cluster +cluster_context = +config_file = Review comment: Yeah these are required to initialise kube_client if in_cluster is set to False ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
