On Sun, May 17, 2026 at 09:19:25PM +0100, Dominic Preston wrote: > I found a cleaner fix, override the GCE cloud-init metadata_url as > below. Since it's now an IP address and not a hostname, it avoids the > failing DNS lookups. > > datasource: > GCE: > metadata_url: http://169.254.169.254/computeMetadata/v1/
If you use any of google's agents, you may need to add that mapping to /etc/hosts too. Ross
