You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "amoghrajesh (via GitHub)" <gi...@apache.org> on 2023/03/01 10:45:48 UTC

[GitHub] [airflow] amoghrajesh commented on a diff in pull request #29809: Adding configuration to control retry parameters for k8s api client

amoghrajesh commented on code in PR #29809:
URL: https://github.com/apache/airflow/pull/29809#discussion_r1121507594


##########
airflow/config_templates/config.yml:
##########
@@ -2465,6 +2465,13 @@ kubernetes_executor:
     previous_name: kubernetes
     version: 2.5.0
   options:
+    api_client_retry_configuration:
+      description: |
+        Settings to configure the urllib3.Retry hook, consumed by Kubernetes client.
+      version_added: 2.5.2

Review Comment:
   Good catch. Made this change.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org