kubectl-datree icon indicating copy to clipboard operation
kubectl-datree copied to clipboard

Could not resolve host: get.datree.io

Open italonts opened this issue 2 years ago • 1 comments

curl https://get.datree.io | /bin/bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: get.datree.io

download page is not working

italonts avatar Feb 06 '24 03:02 italonts

Hi @italonts! This happens because this hostname does not exist anymore. This url used to point to the following url: https://raw.githubusercontent.com/datreeio/datree/main/install.sh

so, the following line should be the alternative:

curl https://raw.githubusercontent.com/datreeio/datree/main/install.sh | /bin/bash

myishay avatar Feb 06 '24 08:02 myishay