Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-24 Thread via GitHub


dashanji commented on PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#issuecomment-2075285496

   > Let's fix the SWCK in helm first. Then we could address this.
   
   Okay.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-24 Thread via GitHub


wu-sheng commented on PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#issuecomment-2075276339

   Let's fix the SWCK in helm first. Then we could address this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-24 Thread via GitHub


dashanji commented on PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#issuecomment-2075265191

   > @dashanji How is the e2e here?
   
   I'm not sure if recent e2e tests were caused by k8s or skywalking 
components.  Maybe need a further exploration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-23 Thread via GitHub


wu-sheng merged PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-23 Thread via GitHub


wu-sheng commented on PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#issuecomment-2073702392

   @dashanji How is the e2e here? 
   
   > Continuous Integration / e2e tests(oap+ui+agent+internel-storage) 
(pull_request) 
   
   This fails, and this PR seems not related.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-23 Thread via GitHub


jichengzhi commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1576586387


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-23 Thread via GitHub


dashanji commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1576564684


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


jichengzhi commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1575069811


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


dashanji commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1575051079


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


dashanji commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1575050649


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


jichengzhi commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1574996992


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


dashanji commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1574987427


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


jichengzhi commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1574983137


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


dashanji commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1574987427


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


jichengzhi commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1574983137


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat 

Re: [PR] Add doc for EventExporter [skywalking-swck]

2024-04-22 Thread via GitHub


dashanji commented on code in PR #116:
URL: https://github.com/apache/skywalking-swck/pull/116#discussion_r1574974149


##
docs/examples/event-exporter.md:
##
@@ -0,0 +1,271 @@
+# SkyWalking Kubernetes Event Exporter User Guide
+
+[SkyWalking Kubernetes Event 
Exporter](https://github.com/apache/skywalking-kubernetes-event-exporter) is 
able to watch,
+filter, and send Kubernetes events into the Apache SkyWalking backend.
+
+## Demo
+
+### Step 1: Create a Local Kubernetes Cluster
+
+Please follow step 1 to 3 in [getting started](../getting-started.md) to 
create a cluster.
+
+### Step 2: Deploy OAP server and Event Exporter
+
+Create the `skywalking-system` namespace.
+
+```shell
+$ kubectl create namespace skywalking-system
+```
+
+Deploy an OAP server and an event exporter.
+
+```shell
+cat