Procházet zdrojové kódy

Merge pull request #8750 from vrutkovs/pr-8734-fixup

master config: join bootstrap settings and sync DS tasks
OpenShift Merge Robot před 6 roky
rodič
revize
4e620007c9
1 změnil soubory, kde provedl 1 přidání a 6 odebrání
  1. 1 6
      playbooks/openshift-master/private/config.yml

+ 1 - 6
playbooks/openshift-master/private/config.yml

@@ -128,12 +128,7 @@
   tasks:
   - name: setup bootstrap settings
     import_tasks: tasks/enable_bootstrap_config.yml
-
-- name: Create sync daemonset
-  hosts: oo_first_master
-  gather_facts: no
-  tasks:
-  - name: Set up automatic node config reconcilation
+  - name: setup automatic node config reconcilation
     run_once: True
     import_role:
       name: openshift_node_group