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 e099f49
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}
17 changes: 17 additions & 0 deletions tools/dashboard/run_dashboard.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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
EOF
tmuxinator start dashboard

0 comments on commit e099f49

Please sign in to comment.