Skip to content

Commit

Permalink
update entrypoint TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Apr 25, 2020
1 parent a2b4e60 commit 1d48c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/files/usr/local/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ enable_network_magic(){
sed -e "s/${docker_embedded_dns_ip}/${docker_host_ip}/g" /etc/resolv.conf.original >/etc/resolv.conf

# fixup IPs in manifests ...
# TODO: dual-stack LOL :this-is-fine:
# TODO: ensure this supports rebooting the host w/ IPv6 clusters
curr_ip=$(hostname --ip-address)
if [ -f /kind/old-ip ]; then
old_ip=$(cat /kind/old-ip)
Expand Down

0 comments on commit 1d48c72

Please sign in to comment.