ClubCedille / Plateforme-Cedille

Nouvelle infra du club Cédille
https://wiki.omni.cedille.club
MIT License
6 stars 0 forks source link

Installation de coroot #187

Open mj-sakellaropoulos opened 1 month ago

mj-sakellaropoulos commented 1 month ago

Description

We will replace PIXIE with coroot.

Expected behavior

Coroot will be installed and available via public ingress.

Milestones

mj-sakellaropoulos commented 1 month ago

Blocked until disks are replaced.

Coroot node agent crashes with:

F0720 22:24:24.843450   58225 main.go:149] failed to link program: neither debugfs nor tracefs are mounted
F0720 22:24:24.843450   58225 main.go:149] failed to link program: neither debugfs nor tracefs are mounted
F0720 22:24:24.843450   58225 main.go:149] failed to link program: neither debugfs nor tracefs are mounted
F0720 22:24:24.843450   58225 main.go:149] failed to link program: neither debugfs nor tracefs are mounted
F0720 22:24:24.843450   58225 main.go:149] failed to link program: neither debugfs nor tracefs are mounted

Need to update to Talos version atleast version v1.8.0-alpha.1 or later. This commit is needed to mount /tracefs . https://github.com/siderolabs/talos/commit/da7f27640

Relevant issues: https://github.com/siderolabs/talos/issues/8916 , https://github.com/siderolabs/pkgs/issues/963 , https://github.com/siderolabs/talos/pull/8815