ソースを参照

Bug 1367199 - iptablesSyncPeriod should default to 30s OOTB

Update the default to thirty seconds.
Samuel Munilla 8 年 前
コミット
735729b085
1 ファイル変更1 行追加1 行削除
  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)