Skip to content

Commit

Permalink
Add run dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mboukhalfa committed Jun 29, 2022
1 parent 3c50ffd commit d71bbad
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tools/dashboard/run_dashboard.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo apt -y install htop ruby
sudo gem install tmuxinator
sudo wget https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/completion/tmuxinator.bash -O /etc/bash_completion.d/tmuxinator.bash
tmuxinator new dashboard
cat <<-EOF > ~/.config/tmuxinator/dashboard.yml
name: dashboard
root: ~/
windows:
- crs:
layout: tiled
panes:
- watch sudo virsh list --all
- watch kubectl get bmh -A
- watch kubectl get machine -A
- htop
- watch kubectl get pods -A -o wide
EOF
tmuxinator start dashboard

0 comments on commit d71bbad

Please sign in to comment.