After a recent upgrade from 1.26=>1.28 on one of our nodes, the node began showing unreachable from the Cloud app. I attempted to re-claim it but instead it shows this error.
This agent was built without the dependencies for Cloud and cannot be claimed
Environment/Browser
Ubuntu 18.04.5 LTS using the apt repo
$ cat /etc/apt/sources.list.d/netdata_netdata.list
# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/netdata/netdata
deb https://packagecloud.io/netdata/netdata/ubuntu/ bionic main
deb-src https://packagecloud.io/netdata/netdata/ubuntu/ bionic main
What I expected to happen
Node should not become unreachable because of an upgrade, nor need to be reclaimed.
If it does need a reclaim, the agent allows it to proceed.
Sorry for not getting back to you sooner, due to Christmas vacations I was out and Netdata was running a skeleton crew, so our community engagement was more scarce.
I have pinged our engineers and soon we reach back for more information so we can pinpoint the culprit.
Thank you for your patience, as I understand that this must have been frustrating.
Raspberry Pi 3 Model B Plus Rev 1.3
PRETTY_NAME=“Raspbian GNU/Linux 11 (bullseye)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“11”
VERSION=“11 (bullseye)”
32bit
Aye, the problem with the kickstart script, is that it compiles the image from scratch (which works, but I would certainly prefer a package manager version for either 32bit or 64bit ARM).
I was hoping to have an apt repo of some sort to deal with things as it reduces the load (and gets package updates faster than rebuilding each time, especially on such a low powered device).