coreos-base/oem-gce: Add metadata.google.internal to hosts

When a custom DNS server is used
coreos-metadata-sshkeys@core.service
fails to resolve metadata.google.internal
because only "metadata" is specified in /etc/hosts.
This commit is contained in:
Kai Lüke 2020-01-24 15:44:35 +01:00
parent 05ea457a5f
commit 0cc0511167

View File

@ -1,2 +1,2 @@
169.254.169.254 metadata
169.254.169.254 metadata metadata.google.internal
127.0.0.1 localhost