Pairing errors on CentOS/Fedora distributions due to DNS resolution in Docker containers
After executing the remote-engine.bat|sh script on a CentOS/Fedora distribution, you may notice that your engine still appears as Not paired in the Engines tab of the Processing page in Talend Management Console.
If you look at the logs of the remote-engine-client
container, you may see the following
error:
pair.<region>.cloud.talend.com: Name or service not known
where <region> corresponds to the region of your Talend Cloud account.
Cause
The error is probably due to firewall rules that interfere with Docker DNS resolution. See this article for more information.