...
Code Block |
---|
sudo apt install jq
mkdir /tmp/scripts
cd /tmp/scripts
wget https://assets.master.k3s.getvisibility.com/dra-dashboards.tar.gz
tar -xzf dra-dashboards.tar.gz
cd data/scripts/
export GV_HOST="10.10.10.1" |
Replace content of GV_HOST above with the IP of the Dashboard.
...