mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-30 06:07:40 +03:00
Fix networks and add some debug tools
- Create two networks: public (NATed) and private (isolated) - Add some debug tools to minion nodes
This commit is contained in:
@@ -4,7 +4,7 @@ echo node > /var/tmp/role
|
||||
# Packages
|
||||
sudo apt-get --yes update
|
||||
sudo apt-get --yes upgrade
|
||||
sudo apt-get --yes install screen vim telnet tcpdump python-pip
|
||||
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool
|
||||
|
||||
# Pip
|
||||
sudo pip install kpm
|
||||
|
||||
Reference in New Issue
Block a user