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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,24 @@ This tool allows exporting the often missed Kubernetes events to various outputs
22
22
observability or alerting purposes. You won't believe what you are missing.
23
23
24
24
## Deployment
25
+
You can check the latest image in our [Packages Section](https://github.com/civitatis/kubernetes-event-exporter/pkgs/container/kubernetes-event-exporter)
26
+
25
27
26
28
Head on to `deploy/` folder and apply the YAMLs in the given filename order. Do not forget to modify the
27
29
`deploy/01-config.yaml` file to your configuration needs. The additional information for configuration is as follows:
30
+
### Helm
31
+
32
+
Please use [Bitnami Chart](https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter/) which is
33
+
comprehensive.
34
+
35
+
**You need to set our image in the Chart Values. For instance:**
0 commit comments