Installation de coroot
Opened this issue · 1 comments
mj-sakellaropoulos commented
Description
We will replace PIXIE with coroot.
Expected behavior
Coroot will be installed and available via public ingress.
Milestones
- Disable PIXIE deployment
- Create coroot (server) argo helm application
- Create coroot (node-agent) argo helm application
- Configure authentication
- Configure ingress and https
mj-sakellaropoulos commented
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 . siderolabs/talos@da7f27640
Relevant issues: siderolabs/talos#8916 , siderolabs/pkgs#963 , siderolabs/talos#8815