You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix(runners): improve YAML output and DNS configuration
- Switch from pyyaml to ruamel-yaml for proper literal block scalar (|)
output in generated configs (user-data, app_private_key fields)
- Add OOM protection to runner manager services (OOMScoreAdjust=-900)
- Enable systemd-resolved in base image for DNS caching via stub resolver
- Remove redundant DNS override from cloud-init runcmd - let DHCP/
systemd-networkd handle DNS configuration (dnsmasq option 6)
DNS flow now: app → 127.0.0.53 (systemd-resolved) → gateway (dnsmasq)
0 commit comments