projectsyn / documentation

The Project Syn main documentation repository
https://docs.syn.tools/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Fix getting started tutorial on docker-desktop where INGRESS_IP can be 127.0.0.1 #140

Closed bastjan closed 3 years ago

bastjan commented 3 years ago

This PR fixes the getting started tutorial on Docker Desktop for MacOS where the ingress IP is 127.0.0.1.

Steward can't reach lieutenant under lieutenant.127.0.0.1.nip.io since 127.0.0.1 points to the local container. This PR updates the steward STEWARD_API environment variable to the cluster local dns entry if ${INGRESS_IP} is 127.0.0.1.

Checklist