瀏覽代碼

Increase watch_retry_timeout for kuryr-daemon

When deploying on OpenStack, we're putting OpenShift API behind Octavia
load balancer. Octavia is sometimes very slow with allowing the traffic
to pass.

Now kuryr-daemon container is connecting to OpenShift API through that
load balancer. In case of LB not being ready at the moment it retries
for 60 seconds and then stops. For Octavia this is sometimes not enough.

This commit increases that timeout to 3600 seconds, to make kuryr-daemon
retry virtually forever.
Michał Dulko 6 年之前
父節點
當前提交
581dc4c54c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      roles/kuryr/templates/configmap.yaml.j2

+ 3 - 0
roles/kuryr/templates/configmap.yaml.j2

@@ -568,6 +568,9 @@ data:
     # The driver that manages VIFs pools for Kubernetes Pods (string value)
     vif_pool_driver = {{ kuryr_openstack_pool_driver }}
 
+    # Time (in seconds) the watcher retries watching for. (integer value)
+    watch_retry_timeout = 3600
+
     [neutron]
     # Configuration options for OpenStack Neutron