helm-charts
helm-charts copied to clipboard
Helm charts - Apps for Kubernetes
"helm install --name efk --namespace logging akomljen-charts/efk" not working on k8s 1.17. Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "DaemonSet"...
> EFK Chart must provide support for authentication and internal security with SSL
The operator container from the efk helm chart keeps crashing with the following output: ``` time="2019-11-18T15:51:40Z" level=info msg="elasticsearch operator starting up!" time="2019-11-18T15:51:40Z" level=info msg="Using Variables:" time="2019-11-18T15:51:40Z" level=info msg=" enableInitDaemonset: true"...
We need to push data to our elastic installation. To do that we create an ingress to "elasticsearch-efk-cluster". I create the ingress.yaml into elsticsearch/templates and I put an example into...
The heathcheck and readiness probe is always failing for master and data node. Do they need more time to start? es-data-efk-cluster-default-0 0/1 CrashLoopBackOff 5 14m es-master-efk-cluster-default-0 0/1 CrashLoopBackOff 6 14m...
The fluent-bit pod ( on minikube ) shows a lot of errors: ``` {"took":25,"errors":true,"items":[{"index":{"_index":"kubernetes_cluster-2019.05.16","_type":"flb_type","_id":"5Mf2wWoBjkwQFkQkrbET","status":400,"error":{"type":"mapper_parsing_exception","reason":"failed to parse","caused_by":{"type":"i_o_exception","reason":"Duplicate field '@timestamp'\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5394d44b; line: 1, column: 816]"}}}},{"index":{"_index":"kubernetes_cluster-2019.05.16","_type":"flb_type","_id":"5cf2wWoBjkwQFkQkrbET","status":400,"error":{"type":"mapper_parsing_exception","reason":"failed to parse","caused_by":{"type":"i_o_exception","reason":"Duplicate field '@timestamp'\n at...
When I try to install this chart with `jx step helm install`, the apiVersion is not supported and the installation of the clusterrole and clusterrolebinding fails. Is there a way...
I would like to utilize your work in one of my projects. Would it be possible for you to add a permissive license like apache or MIT to your project?...
According to comments in this post : https://akomljen.com/get-kubernetes-logs-with-efk-stack-in-5-minutes/, it seems a lot of people struggle to get it running. ``` k get pods -n logging NAME READY STATUS RESTARTS AGE...
Thanks for the elasticsearch operator and cluster Pod has unbound PersistentVolumeClaims never resolves. Any suggestions? here is my manifest elasticsearch: image: repository: quay.io/pires/docker-elasticsearch-kubernetes tag: "6.4.2" name: efk-cluster clientReplicas: 2 masterReplicas:...