Skip to content

Commit

Permalink
VCDA-2877: Remove vmware internal nameserver (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunmk authored Sep 13, 2021
1 parent 9f78777 commit 84a9a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_scripts/v2_x_tkgm/control_plane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ vmtoolsd --cmd "info-set guestinfo.postcustomization.store.sshkey.status success
vmtoolsd --cmd "info-set guestinfo.postcustomization.nameserverconfig.resolvconf.status in_progress"
cat > /etc/systemd/resolved.conf << END
[Resolve]
DNS=10.166.1.201 8.8.8.8
DNS=8.8.8.8
END

systemctl daemon-reload
Expand Down

0 comments on commit 84a9a78

Please sign in to comment.