@@ -70,11 +70,6 @@
force: yes
follow: no
-- name: Remove default node-config.yaml to allow bootstrapping config
- file:
- path: "/etc/origin/node/node-config.yaml"
- state: absent
-
- when: rpmgenerated_config.stat.exists
block:
- name: Remove RPM generated config files if present
@@ -5,6 +5,7 @@
dest: "/etc/origin/node/bootstrap-node-config.yaml"
mode: 0600
+# Make sure a single master has node-config so that SDN and sync daemonsets requires it
- name: remove existing node config
file:
dest: "/etc/origin/node/node-config.yaml"