DNS Issue¶
A DNS issue is plaguing the *.atlantis.ugent.be domains. This issue has been ongoing for a few days already. We are dependent on DICT to fix this issue and cannot fix this ourselves.
In the meantime you can change your /etc/hosts file to manually resolve the domains in use for this course, to their correct IP.
Where is my /etc/hosts file?¶
- Windows:
C:\Windows\System32\drivers\etc\hosts - Linux & MacOS:
/etc/hosts
Warning
You will need admin or sudo rights to edit and save this file!
What to append?¶
At the end of your /etc/hosts file, add this section:
# DevOps workaround
157.193.215.142 devops-proxy.atlantis.ugent.be
157.193.215.143 stud.atlantis.ugent.be gitlab.stud.atlantis.ugent.be
157.193.215.141 k8s.stud.atlantis.ugent.be
Note
This should cover all domains that your local system has to contact to complete this course. On the backend, this workaround has also been added.