From b703abe4d1e8b0f9fda5f321691086eaa3b840ee Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 17 Jan 2026 16:37:50 -0800 Subject: [PATCH] Remove manual alloy restart from Step 0.6 Ansible handler restarts alloy automatically when config changes Co-Authored-By: Claude Opus 4.5 --- docs/k8s-migration.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/k8s-migration.md b/docs/k8s-migration.md index 3941074..939587a 100644 --- a/docs/k8s-migration.md +++ b/docs/k8s-migration.md @@ -396,12 +396,9 @@ loki.source.file "zot_logs" { **Testing:** ```bash -# Deploy alloy config +# Deploy alloy config (handler restarts alloy automatically if config changed) mise run provision-indri -- --tags alloy -# Restart alloy to pick up changes -ssh indri 'brew services restart grafana-alloy' - # Wait a minute, then check Loki for zot logs # In Grafana Explore, query: {service="zot"} ```