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 <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-19 13:39:33 +00:00
parent dc77249ea6
commit 088f3728ba

View file

@ -19,9 +19,6 @@ spec:
containers:
- name: dozzle
image: amir20/dozzle:latest
args:
- "--no-analytics"
- "--agent"
ports:
- containerPort: 8080
name: dozzle-http