The source project of this merge request has been removed.
add hostAliases for pod assignment
hostAliases
are necessary for intranets. I had to create MR because editing /etc/hosts
in the pod is very painful. For example, sudo, su and HOSTALIASES don't work well in alpine. Also, modifying etc/hosts from Dockerfile doesn't work. This is the only reasonable solution.