ashb commented on a change in pull request #5048: [AIRFLOW-3370] Add stdout 
output options to Elasticsearch task log handler
URL: https://github.com/apache/airflow/pull/5048#discussion_r288026973
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -701,25 +710,6 @@ affinity =
 #   
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#toleration-v1-core
 tolerations =
 
-# **kwargs parameters to pass while calling a kubernetes client core_v1_api 
methods from Kubernetes Executor
-# provided as a single line formatted JSON dictionary string.
-# List of supported params in **kwargs are similar for all core_v1_apis, hence 
a single config variable for all apis
-# See:
-#   
https://raw.githubusercontent.com/kubernetes-client/python/master/kubernetes/client/apis/core_v1_api.py
-kube_client_request_args =
-
-# Worker pods security context options
-# See:
-#   https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
-
-# Specifies the uid to run the first process of the worker pods containers as
-run_as_user =
-
-# Specifies a gid to associate with all containers in the worker pods
-# if using a git_ssh_key_secret_name use an fs_group
-# that allows for the key to be read, e.g. 65533
-fs_group =
 
 Review comment:
   These lines probably shouldn't be deleted (as part of this PR)?

----------------------------------------------------------------
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

Reply via email to