You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Reports back Readiness probe failed: Error initializing beat: error initializing processors: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Chart version:
7.4.0
Kubernetes version:
1.14
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
Docker for Desktop
Helm Version:
2.18
helm get release
outpute.g.
helm get elasticsearch
(replaceelasticsearch
with the name of your helm release)Describe the bug:
The
readinessProbe
for filebeat runsfilebeat test output
, but this command explicitly fails for thefile
andconsole
options.Steps to reproduce:
outputs.console
in thevalues.yaml
Expected behavior:
Everything works just fine, but the
readinessProbe
is faulty. It should succeed if everything is working fine.Provide logs and/or server output (if relevant):
Any additional context:
As an alternative, maybe give an option to override the
readinessProbe
. A simple boolean or condition to write our own.The text was updated successfully, but these errors were encountered: