diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 3f69e31d7d938..cc9ffb6219550 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -2014,7 +2014,7 @@ from Kubernetes Executor provided as a single line formatted JSON dictionary string. List of supported params 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 + https://raw.githubusercontent.com/kubernetes-client/python/41f11a09995efcd0142e25946adc7591431bfb2f/kubernetes/client/api/core_v1_api.py version_added: 1.10.4 type: string example: ~ diff --git a/airflow/config_templates/default_airflow.cfg b/airflow/config_templates/default_airflow.cfg index 3585592e49d48..46663d3a6cf2b 100644 --- a/airflow/config_templates/default_airflow.cfg +++ b/airflow/config_templates/default_airflow.cfg @@ -968,7 +968,7 @@ in_cluster = True # from Kubernetes Executor provided as a single line formatted JSON dictionary string. # List of supported params 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 +# https://raw.githubusercontent.com/kubernetes-client/python/41f11a09995efcd0142e25946adc7591431bfb2f/kubernetes/client/api/core_v1_api.py kube_client_request_args = # Optional keyword arguments to pass to the ``delete_namespaced_pod`` kubernetes client