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:
parent
dc77249ea6
commit
088f3728ba
1 changed files with 0 additions and 3 deletions
|
|
@ -19,9 +19,6 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: dozzle
|
- name: dozzle
|
||||||
image: amir20/dozzle:latest
|
image: amir20/dozzle:latest
|
||||||
args:
|
|
||||||
- "--no-analytics"
|
|
||||||
- "--agent"
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: dozzle-http
|
name: dozzle-http
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue