From 088f3728ba6a62dbd41651860b9da9037b826525 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 19 Jul 2026 13:39:33 +0000 Subject: [PATCH] Remove command args to test Dozzle Kubernetes auto-detection Trying to resolve "Could not connect to any Docker Engine" error by letting Dozzle auto-detect its environment without explicit flags. Current blocker: Dozzle v10.6.10 is not auto-detecting Kubernetes mode despite having proper RBAC and service account configured. Co-Authored-By: Paperclip --- apps/dozzle/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/dozzle/deployment.yaml b/apps/dozzle/deployment.yaml index b469c5c..f6652d3 100644 --- a/apps/dozzle/deployment.yaml +++ b/apps/dozzle/deployment.yaml @@ -19,9 +19,6 @@ spec: containers: - name: dozzle image: amir20/dozzle:latest - args: - - "--no-analytics" - - "--agent" ports: - containerPort: 8080 name: dozzle-http