Closed kjw3 closed 4 years ago
Confirmed.
The issue is here: https://github.com/project-faros/cluster-manager/blob/master/app/playbooks/apply.d/router/create_router.yml#L22
The variable dns_server_ip
is not defined so its default value is used. The default is 192.168.8.1. The fact that this IP address matches your WAN interface is actually just a happy accident.
named service is listening on external ip and 127.0.0.1 on the bastion.
However, the rhcos nodes are set to use the internal ip of the bastion for DNS. Thus the bootstrap machine cannot pull images to start the process.