Description of problem: In the /var/log/messages i have found the following message: Dec 7 14:28:56 node.example.com journal: cat: /etc/sysconfig/KUBELET_HOSTNAME_OVERRIDE: No such file or directory Dec 7 14:28:57 node.example.com journal: node/node.example.com annotated I have checked the file sync.yaml and found that it will not be checked if the files exist. (line 115) https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_node_group/files/sync.yaml#L115 Version-Release number of selected component (if applicable): OCP v3.11 Actual results: Dec 7 14:28:56 node.example.com journal: cat: /etc/sysconfig/KUBELET_HOSTNAME_OVERRIDE: No such file or directory Expected results: This should not be checked as the file is present.
*** This bug has been marked as a duplicate of bug 1657769 ***