Yes.
Interview with Mike McMahan
“There’s one line I cut at the end of this episode when the Vendorians show up and they’re like, ‘Give them a little minute.’ Originally, they said ‘… after this, it gets a lot harder for them.”’ The Vendorians kind of know where it goes and I cut it in the edit because it was such a beautiful friendship moment at the end of the episode. I didn’t want to fly in the ointment at the end, it just felt wrong. It felt right on the page, but people are only going to have to wait a week to find out for themselves to see it… It’s better to end on a happy note.”
Cloud-init is fairly well documented:
https://cloudinit.readthedocs.io/en/latest/reference/network-config-format-v2.html#nameservers-mapping
But if you do not need it (and if you're configuring DNS by hand, it doesn't sound like you do), you can disable it entirely:
https://cloudinit.readthedocs.io/en/latest/howto/disable_cloud_init.html
resolv.conf
itself should be managed bysystemd-resolved
on any modern Ubuntu Server release. And that service will use the DNS settings provided bynetplan
.With cloud-init disabled, you should have the freedom to create/edit configuration files in
/etc/netplan
and apply changes withnetplan apply
.