Skip to content

add hostAliases for pod assignment

TheHalcyonSavant requested to merge (removed):master into master

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.

Merge request reports