mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 18:04:43 +02:00
- admin/argocd.md (NEW) : installation bootstrap, principe GitOps, structure k8s/, pattern App of Apps, déployer une app/chart Helm, commandes utiles, dépannage (OutOfSync, SSH key, field schema, StatefulSet PVC) - admin/monitoring.md (NEW) : accès+comptes Grafana/Prometheus/AlertManager, architecture scrape, node_exporter storage-01+gpu-01, ROCm sysfs collector, llama-server /metrics, webhook AlertManager→Hermes, admin Grafana+Prometheus, dashboards recommandés, points d'attention (persistence, RAM, Talos) - admin/cluster.md : section GitOps ArgoCD ajoutée - admin/README.md : index mis à jour avec argocd.md et monitoring.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2.1 KiB
2.1 KiB
Administration Funk — Index
Guides d'installation (première mise en place)
| Guide | Cible |
|---|---|
| install/storage-01.md | AlmaLinux + RAID5 + Ansible + stack IA complète |
| install/gpu-01.md | AlmaLinux + ROCm + llama-server (RX 6700XT) |
| install/kubernetes.md | Talos + MetalLB + Traefik + DNS wildcard |
Référence opérationnelle (administration courante)
| Fichier | Contenu |
|---|---|
| ansible.md | Commandes Ansible — ping, apply, vault, debug, facts |
| ssh.md | Connexions SSH — alias, jump host, transfert de fichiers |
| reseau.md | nftables, IP forwarding, routage, debug NAT |
| dnsmasq.md | DNS local lab.local — résolution, logs, ajout d'entrées |
| rocm.md | GPU AMD RX 6700XT — ROCm, HSA_OVERRIDE, debug |
| llama_server.md | llama-server — inférence ROCm 7.x, API OpenAI, build, modèles |
| lm_studio.md | LM Studio — supprimé du cluster, CLI lms conservée pour téléchargement modèles |
| nfs.md | NFS + RAID5 — exports, montages, automount, ajout de partages |
| systeme.md | Services, logs, ressources, NetworkManager, dnf |
| litellm.md | LiteLLM Proxy — routage Qwen local + Claude API, config, validation |
| hermes.md | Hermes Agent — service, profils, skills, config, debug |
| ask-agent.md | Délégation inter-agents — ask-agent CLI + skill agent-delegation |
| talos.md | Talos Linux — administration quotidienne du cluster k8s |
| incidents.md | Incidents passés — causes, résolutions, fixes permanents |
| Gestion cluster | |
| cluster.md | Démarrage / arrêt / status — funk-start, funk-stop, funk-stop --k8s |
| argocd.md | ArgoCD GitOps — installation, déploiement d'apps, dépannage |
| monitoring.md | Grafana + Prometheus + AlertManager — accès, comptes, métriques GPU/llama-server, webhook Hermes |