Skip to content
Snippets Groups Projects
Verified Commit 0eeaf9d4 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(terraform): Force delete /etc/resolv.conf

parent c01b74f8
No related branches found
No related tags found
1 merge request!2Draft: Makefile: Add all commands to deploy the kubernetes controlplane
......@@ -37,7 +37,7 @@ EOF
# Disable systemd-resolved for CoreDNS
systemctl disable --now systemd-resolved
rm /etc/resolv.conf
rm -f /etc/resolv.conf
systemctl restart NetworkManager
reboot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment