Skip to content

ubuntu-noble warden stemcell: BOSH DNS runtime config needs recursor adjustment for BOSH Lite on GCP #584

@hamideh-amini-khezrabad

Description

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

169.254.169.254 is GCP's internal metadata server required for DNS resolution on BOSH Lite.

See also: 2b7f09f

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Waiting for Changes | Open for Contribution

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions