mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-18 13:11:21 -03:30
Add dnsutils to vagrant nodes
This commit is contained in:
parent
11b6e31c55
commit
e68d6575cd
@ -4,7 +4,7 @@ echo master > /var/tmp/role
|
||||
# Some debug tools
|
||||
sudo apt-get --yes update
|
||||
sudo apt-get --yes upgrade
|
||||
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git
|
||||
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git dnsutils
|
||||
|
||||
# SSH keys and config
|
||||
sudo rm -rf /root/.ssh
|
||||
|
||||
@ -4,7 +4,7 @@ echo node > /var/tmp/role
|
||||
# Some debug tools
|
||||
sudo apt-get --yes update
|
||||
sudo apt-get --yes upgrade
|
||||
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git
|
||||
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git dnsutils
|
||||
|
||||
# SSH
|
||||
sudo rm -rf /root/.ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user