When using the ubuntu-noble warden stemcell on BOSH Lite (GCP), DNS resolution breaks because the current BOSH DNS runtime config sets "disable_recursors: true" for ubuntu-noble.
A similar dedicated DNS runtime config adjustment needs to be added for the warden stemcell with:
disable_recursors: false
recursors:
169.254.169.254 is GCP's internal metadata server required for DNS resolution on BOSH Lite.
See also: 2b7f09f
When using the ubuntu-noble warden stemcell on BOSH Lite (GCP), DNS resolution breaks because the current BOSH DNS runtime config sets "disable_recursors: true" for ubuntu-noble.
A similar dedicated DNS runtime config adjustment needs to be added for the warden stemcell with:
disable_recursors: false
recursors:
169.254.169.254 is GCP's internal metadata server required for DNS resolution on BOSH Lite.
See also: 2b7f09f