diff --git a/docs/en/concepts-and-designs/event.md b/docs/en/concepts-and-designs/event.md index 6ea5c93d658e35ebdb83937f7bf595fe90cfa435..9025f48bd242402759f13ee201afe0ac5de6d3c7 100644 --- a/docs/en/concepts-and-designs/event.md +++ b/docs/en/concepts-and-designs/event.md @@ -12,7 +12,7 @@ Currently, the officially supported clients to report events are: - [ ] Java Agent Toolkit: Using the Java agent toolkit to report events within the applications. - [x] SkyWalking CLI: Using the CLI to report events from the command line interface. -- [ ] Kubernetes Event Exporter: Deploying an event exporter to refine and report Kubernetes events. +- [x] [Kubernetes Event Exporter](http://github.com/apache/skywalking-kubernetes-event-exporter): Deploying an event exporter to refine and report Kubernetes events. ## Event Definitions