Installer groot
Recommandé : exécutez le script installateur, puis vérifiez avec groot -v.
Unix (macOS, Linux, WSL)
curl -fsSL https://get.groot.hermesrodriguez.com/install.sh | sh
Inspecter avant exécution : curl -fsSL … -o install.sh && less install.sh
Autres méthodes d'installation
| Homebrew | brew install --cask hrodrig/groot/groot |
| Go install | go install github.com/hrodrig/groot/cmd/groot@latest |
| Docker | docker pull ghcr.io/hrodrig/groot:v0.6.0 |
| GitHub Releases | .deb, .rpm, .tar.gz |
Premier lancement macOS (Gatekeeper)
Les binaires CLI non signés peuvent afficher « Apple n’a pas pu vérifier… » au premier lancement de groot. C’est la quarantaine de téléchargement, pas un malware. Supprimez-la une fois :
xattr -dr com.apple.quarantine "$(command -v groot)"
Ou Réglages système → Confidentialité et sécurité → Ouvrir quand même. Les casks Homebrew à jour retirent la quarantaine à l’installation.
Premiers pas
Pointez groot vers votre kubeconfig, lancez groot collect et joignez le tarball. Voir SPECIFICATIONS.md.