diff --git a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctafrontend.sh b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctafrontend.sh index 8be51f016c0b29151e90e972ab7d125ff9d50fab..162897b890db73c07a7b705e902465e932567cc2 100755 --- a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctafrontend.sh +++ b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctafrontend.sh @@ -51,6 +51,10 @@ if [ "-${CI_CONTEXT}-" == '-nosystemd-' ]; then /opt/run/bin/ctafrontend_bt.sh sleep infinity else + # Add a DNS cache on the client as kubernetes DNS complains about `Nameserver limits were exceeded` + yum install -y systemd-resolved + systemctl start systemd-resolved + # systemd is available echo "Launching frontend with systemd:" systemctl start cta-frontend