Explorar o código

Bug 1367199 - iptablesSyncPeriod should default to 30s OOTB

Update the default to thirty seconds.
Samuel Munilla %!s(int64=8) %!d(string=hai) anos
pai
achega
735729b085
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_facts/library/openshift_facts.py

+ 1 - 1
roles/openshift_facts/library/openshift_facts.py

@@ -1747,7 +1747,7 @@ class OpenShiftFacts(object):
 
         if 'node' in roles:
             defaults['node'] = dict(labels={}, annotations={},
-                                    iptables_sync_period='5s',
+                                    iptables_sync_period='30s',
                                     local_quota_per_fsgroup="",
                                     set_node_ip=False)