[skywalking-kubernetes] 43/48: modify logo url

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 4e9fd08578e246e9e3ff942aee8a77b91358c6b6
Author: innerpeacez 
AuthorDate: Tue Oct 8 17:53:16 2019 +0800

modify logo url
---
 helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml | 2 +-
 helm-chart/helm2/6.1.0/skywalking/Chart.yaml| 2 +-
 helm-chart/helm3/6.3.0/skywalking/Chart.yaml| 2 +-
 helm-chart/helm3/6.4.0/skywalking/Chart.yaml| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml 
b/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml
index 566ff3c..7b789d3 100644
--- a/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml
+++ b/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v1
 appVersion: 6.0.0-GA
 description: Apache SkyWalking APM System
 version: 0.1.0
-icon: 
https://github.com/apache/skywalking-kubernetes/blob/master/logo/skywalking-logo2.png
+icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
 maintainers:
 - name: innerpeacez
   email: innerpeace.z...@gmail.com
diff --git a/helm-chart/helm2/6.1.0/skywalking/Chart.yaml 
b/helm-chart/helm2/6.1.0/skywalking/Chart.yaml
index 5c9a852..ee48132 100644
--- a/helm-chart/helm2/6.1.0/skywalking/Chart.yaml
+++ b/helm-chart/helm2/6.1.0/skywalking/Chart.yaml
@@ -4,7 +4,7 @@ home: https://www.elastic.co/products/elasticsearch
 version: 0.1.0
 appVersion: 6.1.0
 description: Apache SkyWalking APM System
-icon: 
https://github.com/apache/skywalking-website/blob/master/docs/.vuepress/public/assets/logo.svg
+icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
 sources:
 - https://github.com/apache/skywalking-kubernetes
 maintainers:
diff --git a/helm-chart/helm3/6.3.0/skywalking/Chart.yaml 
b/helm-chart/helm3/6.3.0/skywalking/Chart.yaml
index 8657909..8761668 100644
--- a/helm-chart/helm3/6.3.0/skywalking/Chart.yaml
+++ b/helm-chart/helm3/6.3.0/skywalking/Chart.yaml
@@ -4,7 +4,7 @@ home: https://skywalking.apache.org
 version: 0.1.0
 appVersion: 6.3.0
 description: Apache SkyWalking APM System
-icon: 
https://github.com/apache/skywalking-website/blob/master/docs/.vuepress/public/assets/logo.svg
+icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
 sources:
 - https://github.com/apache/skywalking-kubernetes
 maintainers:
diff --git a/helm-chart/helm3/6.4.0/skywalking/Chart.yaml 
b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
index 0e44bc2..57e0ba6 100644
--- a/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
+++ b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
@@ -4,7 +4,7 @@ home: https://skywalking.apache.org
 version: 0.1.1
 appVersion: 6.4.0
 description: Apache SkyWalking APM System
-icon: 
https://github.com/apache/skywalking-website/blob/master/docs/.vuepress/public/assets/logo.svg
+icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
 sources:
 - https://github.com/apache/skywalking-kubernetes
 maintainers:



[skywalking-kubernetes] 46/48: Support for envoy sla and turn off es persistence enabled by default

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 435af5357930969b6e8a3f8aa43b112ab2c3549f
Author: innerpeacez 
AuthorDate: Sun Oct 20 15:02:38 2019 +0800

Support for envoy sla and turn off es persistence enabled by default
---
 helm-chart/helm3/6.4.0/skywalking/README.md| 22 +++---
 .../skywalking/templates/oap-clusterrole.yaml  |  4 +++-
 .../templates/oap-clusterrolebinding.yaml  |  2 ++
 .../6.4.0/skywalking/templates/oap-deployment.yaml |  4 
 .../{oap-clusterrole.yaml => oap-role.yaml}| 13 ++---
 ...lusterrolebinding.yaml => oap-rolebinding.yaml} | 12 +++-
 helm-chart/helm3/6.4.0/skywalking/values.yaml  | 10 ++
 7 files changed, 47 insertions(+), 20 deletions(-)

diff --git a/helm-chart/helm3/6.4.0/skywalking/README.md 
b/helm-chart/helm3/6.4.0/skywalking/README.md
index 0421897..0fb8061 100644
--- a/helm-chart/helm3/6.4.0/skywalking/README.md
+++ b/helm-chart/helm3/6.4.0/skywalking/README.md
@@ -29,7 +29,7 @@ The command deploys Apache Skywalking on the Kubernetes 
cluster in the default c
 To uninstall/delete the `my-release` deployment:
 
 ```shell
-$ helm delete my-release -n 
+$ helm uninstall my-release -n 
 ```
 
 The command removes all the Kubernetes components associated with the chart 
and deletes the release.
@@ -56,6 +56,7 @@ The following table lists the configurable parameters of the 
Skywalking chart an
 | `oap.nodeSelector`| OAP labels for master pod assignment 
  | `{}`|
 | `oap.tolerations` | OAP tolerations  
  | `[]`|
 | `oap.resources`   | OAP node resources requests & limits 
  | `{} - cpu limit must be an integer` |
+| `oap.envoy.sla.enabled`   | Open envoy sla   
  | `false` |
 | `oap.env` | OAP environment variables
  | `[]`|
 | `ui.name` | Web UI deployment name   
  | `ui`|
 | `ui.replicas` | Web UI k8s deployment replicas   
  | `1` |
@@ -111,7 +112,7 @@ The following table lists the configurable parameters of 
the Skywalking chart an
 | `elasticsearch.master.tolerations` | `[]` | Master tolerations |
 | `elasticsearch.master.heapSize` | `512m` | Master node heap size |
 | `elasticsearch.master.name` | `master` | Master component name |
-| `elasticsearch.master.persistence.enabled` | `true` | Master persistent 
enabled/disabled |
+| `elasticsearch.master.persistence.enabled` | `false` | Master persistent 
enabled/disabled |
 | `elasticsearch.master.persistence.name` | `data` | Master statefulset PVC 
template name |
 | `elasticsearch.master.persistence.size` | `4Gi` | Master persistent volume 
size |
 | `elasticsearch.master.persistence.storageClass` | `nil` | Master persistent 
volume Class |
@@ -129,7 +130,7 @@ The following table lists the configurable parameters of 
the Skywalking chart an
 | `elasticsearch.data.priorityClassName` | `nil` | Data priorityClass |
 | `elasticsearch.data.heapSize` | `1536m` | Data node heap size |
 | `elasticsearch.data.hooks.drain.enabled` | `true` | Data nodes: Enable drain 
pre-stop and post-start hook |
-| `elasticsearch.data.persistence.enabled` | `true` | Data persistent 
enabled/disabled |
+| `elasticsearch.data.persistence.enabled` | `false` | Data persistent 
enabled/disabled |
 | `elasticsearch.data.persistence.name` | `data` | Data statefulset PVC 
template name |
 | `elasticsearch.data.persistence.size` | `30Gi` | Data persistent volume size 
|
 | `elasticsearch.data.persistence.storageClass` | `nil` | Data persistent 
volume Class |
@@ -196,3 +197,18 @@ ui:
 hosts:
   - skywalking.domain.com
 ```
+### Envoy ALS
+
+Envoy ALS(access log service) provides fully logs about RPC routed, including 
HTTP and TCP.
+
+If you want to open envoy sla, you can do this by modifying values.yaml. 
+
+```yaml
+oap:
+  envoy:
+sla:
+  enabled: true
+```
+
+When envoy sla , will give ServerAccount clusterrole permission.
+More envoy sla ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
\ No newline at end of file
diff --git a/helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrole.yaml 
b/helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrole.yaml
index 87fbe84..cf78e7e 100644
--- 

[skywalking-kubernetes] 13/48: Add 6.0.0-GA and 6.0.0-beta

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit aaad9f68c48188227cdd219dd4de9622a4dfd136
Author: gaohongtao 
AuthorDate: Wed Jan 30 15:46:54 2019 +0800

Add 6.0.0-GA and 6.0.0-beta
---
 6/6.0.0-GA/elasticsearch/01-storageclass.yml   |  24 ++
 6/6.0.0-GA/elasticsearch/02-service.yml|  32 +++
 6/6.0.0-GA/elasticsearch/03-statefulset.yml| 117 
 6/6.0.0-GA/istio/01-metrictemplete.yml |  24 ++
 6/6.0.0-GA/istio/02-skywalingadapter.yml   |  26 ++
 6/6.0.0-GA/istio/03-operator_cfg.yml   |  65 +
 6/6.0.0-GA/namespace.yml   |   4 +
 6/6.0.0-GA/oap/00-rbac.yml |  50 
 6/6.0.0-GA/oap/01-config.yml   | 374 +
 6/6.0.0-GA/oap/02-service.yml  |  31 ++
 6/6.0.0-GA/oap/03-deployment.yml   |  61 
 6/6.0.0-GA/ui/01-service.yml   |  31 ++
 6/6.0.0-GA/ui/02-deployment.yml|  47 
 6/6.0.0-alpha/namespace.yml|   4 +
 6/6.0.0-beta/elasticsearch/01-storageclass.yml |  24 ++
 6/6.0.0-beta/elasticsearch/02-service.yml  |  32 +++
 6/6.0.0-beta/elasticsearch/03-statefulset.yml  | 117 
 6/6.0.0-beta/istio/01-metrictemplete.yml   |  24 ++
 6/6.0.0-beta/istio/02-skywalingadapter.yml |  26 ++
 6/6.0.0-beta/istio/03-operator_cfg.yml |  65 +
 6/6.0.0-beta/namespace.yml |   4 +
 6/6.0.0-beta/oap/00-rbac.yml   |  50 
 6/6.0.0-beta/oap/01-config.yml | 338 ++
 6/6.0.0-beta/oap/02-service.yml|  31 ++
 6/6.0.0-beta/oap/03-deployment.yml |  61 
 6/6.0.0-beta/ui/01-service.yml |  31 ++
 6/6.0.0-beta/ui/02-deployment.yml  |  47 
 27 files changed, 1740 insertions(+)

diff --git a/6/6.0.0-GA/elasticsearch/01-storageclass.yml 
b/6/6.0.0-GA/elasticsearch/01-storageclass.yml
new file mode 100644
index 000..ecdd70e
--- /dev/null
+++ b/6/6.0.0-GA/elasticsearch/01-storageclass.yml
@@ -0,0 +1,24 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+kind: StorageClass
+apiVersion: storage.k8s.io/v1
+metadata:
+  name: ssd
+provisioner: kubernetes.io/gce-pd
+parameters:
+  type: pd-ssd
+  
diff --git a/6/6.0.0-GA/elasticsearch/02-service.yml 
b/6/6.0.0-GA/elasticsearch/02-service.yml
new file mode 100644
index 000..00d7e0d
--- /dev/null
+++ b/6/6.0.0-GA/elasticsearch/02-service.yml
@@ -0,0 +1,32 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+apiVersion: v1
+kind: Service
+metadata:
+  name: elasticsearch
+  namespace: skywalking
+  labels:
+service: elasticsearch
+spec:
+  clusterIP: None
+  ports:
+  - port: 9200
+name: serving
+  - port: 9300
+name: node-to-node
+  selector:
+service: elasticsearch
\ No newline at end of file
diff --git a/6/6.0.0-GA/elasticsearch/03-statefulset.yml 
b/6/6.0.0-GA/elasticsearch/03-statefulset.yml
new file mode 100644
index 000..6c6e3a4
--- /dev/null
+++ b/6/6.0.0-GA/elasticsearch/03-statefulset.yml
@@ -0,0 +1,117 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache 

[skywalking-kubernetes] 12/48: Update README.md

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit c37f77cb733d48f312a2ed015717b0b26f8b7374
Author: 吴晟 Wu Sheng 
AuthorDate: Mon Jan 14 21:38:45 2019 +0800

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e67900d..cee038c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ to your kubernetes environment.
 
 ## Deploy OAP server 
 
-Use `kubectl apply -f ` with the scripts in `opa` to deploy oap server
+Use `kubectl apply -f ` with the scripts in `oap` to deploy oap server
 in the cluster.
 
 ## Deploy UI server 



[skywalking-kubernetes] 06/48: Update README.md

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 7862484b748ca4f5c9e3995d0692e656b48b641c
Author: 吴晟 Wu Sheng 
AuthorDate: Sat Nov 17 20:32:17 2018 +0800

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0db37cd..4bae8d1 100644
--- a/README.md
+++ b/README.md
@@ -37,4 +37,4 @@ Istio should be installed in kubernetes cluster.
 
 ## Setup Istio to send metric to oap
 
-Use `kubectl apply -f ` with the scripts in `kubernetes/istio` to setup.
+Use `kubectl apply -f ` with the scripts in `scripts/istio` to setup.



[skywalking-kubernetes] 42/48: Merge pull request #19 from innerpeacez/chart-6.4.0

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 40430dbbe0740fbf8f33aef7dcf97f80195b55ec
Merge: b6e2d35 be3164b
Author: 吴晟 Wu Sheng 
AuthorDate: Tue Oct 8 17:48:26 2019 +0800

Merge pull request #19 from innerpeacez/chart-6.4.0

add sw chart 6.4.0

 helm-chart/helm3/6.4.0/skywalking/.helmignore  |  22 ++
 helm-chart/helm3/6.4.0/skywalking/Chart.yaml   |  20 ++
 helm-chart/helm3/6.4.0/skywalking/OWNERS   |   6 +
 helm-chart/helm3/6.4.0/skywalking/README.md| 198 +
 .../helm3/6.4.0/skywalking/templates/NOTES.txt |  19 ++
 .../helm3/6.4.0/skywalking/templates/_helpers.tpl  |  61 +
 .../6.4.0/skywalking/templates/es-init.job.yaml|  38 
 .../6.4.0/skywalking/templates/oap-deployment.yaml |  99 +
 .../helm3/6.4.0/skywalking/templates/oap-role.yaml |  13 ++
 .../skywalking/templates/oap-rolebinding.yaml  |  17 ++
 .../skywalking/templates/oap-serviceaccount.yaml   |  10 +
 .../helm3/6.4.0/skywalking/templates/oap-svc.yaml  |  21 ++
 .../6.4.0/skywalking/templates/ui-deployment.yaml  |  42 
 .../6.4.0/skywalking/templates/ui-ingress.yaml |  34 +++
 .../helm3/6.4.0/skywalking/templates/ui-svc.yaml   |  48 
 helm-chart/helm3/6.4.0/skywalking/values.yaml  | 247 +
 16 files changed, 895 insertions(+)



[skywalking-kubernetes] 48/48: Merge pull request #21 from innerpeacez/modify

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit f0e0f1387ec21fd4f8a5ca6c2924213453e862ac
Merge: fafaa1c f112302
Author: innerpeacez 
AuthorDate: Tue Oct 22 13:58:07 2019 +0800

Merge pull request #21 from innerpeacez/modify

modify role to clusterrole

 helm-chart/helm3/6.4.0/skywalking/Chart.yaml   |  4 ++--
 helm-chart/helm3/6.4.0/skywalking/README.md| 22 +++---
 .../{oap-role.yaml => oap-clusterrole.yaml}|  7 ++-
 ...olebinding.yaml => oap-clusterrolebinding.yaml} |  6 --
 .../6.4.0/skywalking/templates/oap-deployment.yaml |  4 
 .../helm3/6.4.0/skywalking/templates/oap-role.yaml |  8 +---
 .../skywalking/templates/oap-rolebinding.yaml  |  8 +---
 helm-chart/helm3/6.4.0/skywalking/values.yaml  | 10 +++---
 8 files changed, 52 insertions(+), 17 deletions(-)



[skywalking-kubernetes] 03/48: Update 01-storageclass.yml

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit b0e91a6cf790be7d7cb7d9c06c4c53ded1aa58ef
Author: Gao Hongtao 
AuthorDate: Mon Nov 5 14:51:16 2018 +0800

Update 01-storageclass.yml

Make configuration more general by deleting zone parameter
---
 scripts/elasticsearch/01-storageclass.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/elasticsearch/01-storageclass.yml 
b/scripts/elasticsearch/01-storageclass.yml
index b34e294..8082b44 100644
--- a/scripts/elasticsearch/01-storageclass.yml
+++ b/scripts/elasticsearch/01-storageclass.yml
@@ -22,4 +22,4 @@ metadata:
 provisioner: kubernetes.io/gce-pd
 parameters:
   type: pd-ssd
-  zone: us-west1-a
\ No newline at end of file
+  



[skywalking-kubernetes] 38/48: Merge pull request #17 from innerpeacez/change

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 0bc427fcdd384ba4320c4dde7eab3e7bb4e4ed48
Merge: 2f58edb fa754a0
Author: 吴晟 Wu Sheng 
AuthorDate: Sun Oct 6 17:25:05 2019 +0800

Merge pull request #17 from innerpeacez/change

And helm 3 and skywalking 6.3.0 Chart

 helm-chart/6.1.0/values.yaml   |  82 ---
 .../{ => helm2}/6.0.0-GA/skywalking/.helmignore|   0
 .../{ => helm2}/6.0.0-GA/skywalking/Chart.yaml |   4 +-
 .../{ => helm2}/6.0.0-GA/skywalking/README.md  |   0
 .../6.0.0-GA/skywalking/templates/NOTES.txt|   0
 .../6.0.0-GA/skywalking/templates/_helpers.tpl |   0
 .../elasticsearch/elasticsearch-service.yaml   |   0
 .../elasticsearch/elasticsearch-statefulset.yaml   |   0
 .../skywalking/templates/oap/oap-config.yaml   |   0
 .../skywalking/templates/oap/oap-deployment.yaml   |   0
 .../skywalking/templates/oap/oap-role.yaml |   0
 .../skywalking/templates/oap/oap-rolebinding.yaml  |   0
 .../skywalking/templates/oap/oap-service.yaml  |   0
 .../templates/oap/oap-serviceaccount.yaml  |   0
 .../skywalking/templates/ui/ui-deployment.yaml |   0
 .../skywalking/templates/ui/ui-ingress.yaml|   0
 .../skywalking/templates/ui/ui-service.yaml|   0
 .../{ => helm2}/6.0.0-GA/skywalking/values.yaml|   0
 .../{6.1.0 => helm2/6.1.0/skywalking}/.helmignore  |   0
 .../{6.1.0 => helm2/6.1.0/skywalking}/Chart.yaml   |   2 +
 .../{6.1.0 => helm2/6.1.0/skywalking}/OWNERS   |   0
 .../{6.1.0 => helm2/6.1.0/skywalking}/README.md|   0
 .../6.1.0/skywalking}/requirements.lock|   0
 .../6.1.0/skywalking}/requirements.yaml|   0
 .../6.1.0/skywalking}/templates/NOTES.txt  |   0
 .../6.1.0/skywalking}/templates/_helpers.tpl   |   0
 .../6.1.0/skywalking}/templates/es-init.job.yaml   |   0
 .../skywalking}/templates/oap-deployment.yaml  |   0
 .../6.1.0/skywalking}/templates/oap-role.yaml  |   0
 .../skywalking}/templates/oap-rolebinding.yaml |   0
 .../skywalking}/templates/oap-serviceaccount.yaml  |   0
 .../6.1.0/skywalking}/templates/oap-svc.yaml   |   0
 .../6.1.0/skywalking}/templates/ui-deployment.yaml |   0
 .../6.1.0/skywalking}/templates/ui-ingress.yaml|   0
 .../6.1.0/skywalking}/templates/ui-svc.yaml|   0
 helm-chart/helm2/6.1.0/skywalking/values.yaml  | 247 +
 .../{6.1.0 => helm3/6.3.0/skywalking}/.helmignore  |   0
 .../{6.1.0 => helm3/6.3.0/skywalking}/Chart.yaml   |  12 +-
 .../{6.1.0 => helm3/6.3.0/skywalking}/OWNERS   |   0
 .../{6.1.0 => helm3/6.3.0/skywalking}/README.md|  83 ++-
 .../6.3.0/skywalking}/templates/NOTES.txt  |   0
 .../6.3.0/skywalking}/templates/_helpers.tpl   |   0
 .../6.3.0/skywalking}/templates/es-init.job.yaml   |   0
 .../skywalking}/templates/oap-deployment.yaml  |   0
 .../6.3.0/skywalking}/templates/oap-role.yaml  |   0
 .../skywalking}/templates/oap-rolebinding.yaml |   0
 .../skywalking}/templates/oap-serviceaccount.yaml  |   0
 .../6.3.0/skywalking}/templates/oap-svc.yaml   |   0
 .../6.3.0/skywalking}/templates/ui-deployment.yaml |   0
 .../6.3.0/skywalking}/templates/ui-ingress.yaml|   0
 .../6.3.0/skywalking}/templates/ui-svc.yaml|   0
 helm-chart/helm3/6.3.0/skywalking/values.yaml  | 247 +
 52 files changed, 585 insertions(+), 92 deletions(-)



[skywalking-kubernetes] 47/48: fixed some typo

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit f112302a007d54ff367776b3187976e41abb9cf2
Author: innerpeacez 
AuthorDate: Tue Oct 22 13:56:01 2019 +0800

fixed some typo
---
 helm-chart/helm3/6.4.0/skywalking/README.md   | 10 +-
 helm-chart/helm3/6.4.0/skywalking/values.yaml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/helm-chart/helm3/6.4.0/skywalking/README.md 
b/helm-chart/helm3/6.4.0/skywalking/README.md
index 0fb8061..d37afd0 100644
--- a/helm-chart/helm3/6.4.0/skywalking/README.md
+++ b/helm-chart/helm3/6.4.0/skywalking/README.md
@@ -56,7 +56,7 @@ The following table lists the configurable parameters of the 
Skywalking chart an
 | `oap.nodeSelector`| OAP labels for master pod assignment 
  | `{}`|
 | `oap.tolerations` | OAP tolerations  
  | `[]`|
 | `oap.resources`   | OAP node resources requests & limits 
  | `{} - cpu limit must be an integer` |
-| `oap.envoy.sla.enabled`   | Open envoy sla   
  | `false` |
+| `oap.envoy.als.enabled`   | Open envoy als   
  | `false` |
 | `oap.env` | OAP environment variables
  | `[]`|
 | `ui.name` | Web UI deployment name   
  | `ui`|
 | `ui.replicas` | Web UI k8s deployment replicas   
  | `1` |
@@ -201,14 +201,14 @@ ui:
 
 Envoy ALS(access log service) provides fully logs about RPC routed, including 
HTTP and TCP.
 
-If you want to open envoy sla, you can do this by modifying values.yaml. 
+If you want to open envoy ALS, you can do this by modifying values.yaml. 
 
 ```yaml
 oap:
   envoy:
-sla:
+als:
   enabled: true
 ```
 
-When envoy sla , will give ServerAccount clusterrole permission.
-More envoy sla ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
\ No newline at end of file
+When envoy als ,will give ServiceAccount clusterrole permission.
+More envoy als ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
\ No newline at end of file
diff --git a/helm-chart/helm3/6.4.0/skywalking/values.yaml 
b/helm-chart/helm3/6.4.0/skywalking/values.yaml
index 397d314..1eed9b8 100644
--- a/helm-chart/helm3/6.4.0/skywalking/values.yaml
+++ b/helm-chart/helm3/6.4.0/skywalking/values.yaml
@@ -34,7 +34,7 @@ oap:
   envoy:
 als:
   enabled: false
-  # more envoy sla ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
+  # more envoy ALS ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
   env:
 # more env, please refer to 
https://hub.docker.com/r/apache/skywalking-oap-server
 # or 
https://github.com/apache/skywalking-docker/blob/master/6/6.4/oap/README.md#sw_telemetry



[skywalking-kubernetes] 24/48: add icon in Chart.yaml

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 1aa416678480380dcd986a9573667ddd02ca
Author: innerpeacez 
AuthorDate: Thu May 23 19:28:35 2019 +0800

add icon in Chart.yaml
---
 helm/charts/6/6.0.0-GA/skywalking/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml 
b/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml
index 2861d97..ebcc330 100644
--- a/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml
+++ b/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v1
 appVersion: 6.0.0-GA
 description: Apache SkyWalking APM System
 version: 0.1.0
-
+icon: 
https://github.com/apache/skywalking-kubernetes/blob/master/logo/skywalking-logo2.png
 maintainers:
 - name: innerpeacez
   email: 10146...@qq.com
\ No newline at end of file



[skywalking-kubernetes] 29/48: Update 03-deployment.yml

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit d310a7d176fdacb4470e47b4e3699470f1cc56d3
Author: Gao Hongtao 
AuthorDate: Thu Jun 20 14:32:35 2019 +0800

Update 03-deployment.yml

Update a new docker repo.
---
 6/6.0.0-GA/oap/03-deployment.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/6/6.0.0-GA/oap/03-deployment.yml b/6/6.0.0-GA/oap/03-deployment.yml
index efcb261..5f25e86 100644
--- a/6/6.0.0-GA/oap/03-deployment.yml
+++ b/6/6.0.0-GA/oap/03-deployment.yml
@@ -34,7 +34,7 @@ spec:
   serviceAccountName: skywalking-oap
   containers:
   - name: oap
-image: skywalking/oap:6.0.0-GA
+image: apache/skywalking-oap-server:6.0.0-GA
 ports:
 - containerPort: 11800
   name: grpc
@@ -58,4 +58,4 @@ spec:
   volumes:
   - name: config
 configMap:
-  name: oap-config
\ No newline at end of file
+  name: oap-config



[skywalking-kubernetes] 28/48: Merge pull request #16 from tristan-tsl/patch-3

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit f75126a1c428bd3ae1cd011f350498e3ec97d703
Merge: 7cac688 1be0be5
Author: 吴晟 Wu Sheng 
AuthorDate: Wed Jun 19 20:56:39 2019 +0800

Merge pull request #16 from tristan-tsl/patch-3

fix ui 6.0-GA cann't connect oap 6.0

 6/6.0.0-GA/ui/02-deployment.yml | 2 ++
 1 file changed, 2 insertions(+)



[skywalking-kubernetes] 41/48: Merge pull request #18 from innerpeacez/logo

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit b6e2d3547a01eb74bb118d8c522ca00d4c14
Merge: 0bc427f 81c5699
Author: 吴晟 Wu Sheng 
AuthorDate: Tue Oct 8 17:48:04 2019 +0800

Merge pull request #18 from innerpeacez/logo

logo for chart

 logo/sw-logo-for-chart.jpg | Bin 0 -> 7080 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)



[skywalking-kubernetes] 31/48: Add 6.1.0 chart

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 08b2d4f82726ca4f4b46b29e6ec3918da90cec5f
Author: Gao Hongtao 
AuthorDate: Wed Jun 26 08:35:09 2019 +0800

Add 6.1.0 chart
---
 .../6.0.0-GA/skywalking/.helmignore|   0
 .../6.0.0-GA/skywalking/Chart.yaml |   0
 .../6 => helm-chart}/6.0.0-GA/skywalking/README.md |   0
 .../6.0.0-GA/skywalking/templates/NOTES.txt|   0
 .../6.0.0-GA/skywalking/templates/_helpers.tpl |   0
 .../elasticsearch/elasticsearch-service.yaml   |   0
 .../elasticsearch/elasticsearch-statefulset.yaml   |   0
 .../skywalking/templates/oap/oap-config.yaml   |   0
 .../skywalking/templates/oap/oap-deployment.yaml   |   0
 .../skywalking/templates/oap/oap-role.yaml |   0
 .../skywalking/templates/oap/oap-rolebinding.yaml  |   0
 .../skywalking/templates/oap/oap-service.yaml  |   0
 .../templates/oap/oap-serviceaccount.yaml  |   0
 .../skywalking/templates/ui/ui-deployment.yaml |   0
 .../skywalking/templates/ui/ui-ingress.yaml|   0
 .../skywalking/templates/ui/ui-service.yaml|   0
 .../6.0.0-GA/skywalking/values.yaml|   0
 .../skywalking => helm-chart/6.1.0}/.helmignore|   1 +
 helm-chart/6.1.0/Chart.yaml|  12 ++
 helm-chart/6.1.0/OWNERS|   6 +
 helm-chart/6.1.0/README.md | 129 +
 helm-chart/6.1.0/requirements.lock |   6 +
 helm-chart/6.1.0/requirements.yaml |   5 +
 .../6.1.0}/templates/NOTES.txt |  14 +--
 helm-chart/6.1.0/templates/_helpers.tpl|  61 ++
 helm-chart/6.1.0/templates/es-init.job.yaml|  38 ++
 helm-chart/6.1.0/templates/oap-deployment.yaml |  99 
 helm-chart/6.1.0/templates/oap-role.yaml   |  13 +++
 helm-chart/6.1.0/templates/oap-rolebinding.yaml|  17 +++
 helm-chart/6.1.0/templates/oap-serviceaccount.yaml |  10 ++
 helm-chart/6.1.0/templates/oap-svc.yaml|  21 
 helm-chart/6.1.0/templates/ui-deployment.yaml  |  42 +++
 helm-chart/6.1.0/templates/ui-ingress.yaml |  34 ++
 helm-chart/6.1.0/templates/ui-svc.yaml |  48 
 helm-chart/6.1.0/values.yaml   |  82 +
 35 files changed, 631 insertions(+), 7 deletions(-)

diff --git a/helm/charts/6/6.0.0-GA/skywalking/.helmignore 
b/helm-chart/6.0.0-GA/skywalking/.helmignore
similarity index 100%
copy from helm/charts/6/6.0.0-GA/skywalking/.helmignore
copy to helm-chart/6.0.0-GA/skywalking/.helmignore
diff --git a/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml 
b/helm-chart/6.0.0-GA/skywalking/Chart.yaml
similarity index 100%
rename from helm/charts/6/6.0.0-GA/skywalking/Chart.yaml
rename to helm-chart/6.0.0-GA/skywalking/Chart.yaml
diff --git a/helm/charts/6/6.0.0-GA/skywalking/README.md 
b/helm-chart/6.0.0-GA/skywalking/README.md
similarity index 100%
rename from helm/charts/6/6.0.0-GA/skywalking/README.md
rename to helm-chart/6.0.0-GA/skywalking/README.md
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/NOTES.txt 
b/helm-chart/6.0.0-GA/skywalking/templates/NOTES.txt
similarity index 100%
copy from helm/charts/6/6.0.0-GA/skywalking/templates/NOTES.txt
copy to helm-chart/6.0.0-GA/skywalking/templates/NOTES.txt
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/_helpers.tpl 
b/helm-chart/6.0.0-GA/skywalking/templates/_helpers.tpl
similarity index 100%
rename from helm/charts/6/6.0.0-GA/skywalking/templates/_helpers.tpl
rename to helm-chart/6.0.0-GA/skywalking/templates/_helpers.tpl
diff --git 
a/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
 
b/helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
similarity index 100%
rename from 
helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
rename to 
helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
diff --git 
a/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
 
b/helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
similarity index 100%
rename from 
helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
rename to 
helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-config.yaml 
b/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
similarity index 100%
rename from helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
rename to helm-chart/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
diff --git 
a/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml 

[skywalking-kubernetes] 34/48: email

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit f3c478ed602b65f9edf87fb093f2e92f003d6853
Author: innerpeacez 
AuthorDate: Tue Aug 13 09:16:07 2019 +0800

email
---
 helm-chart/6.0.0-GA/skywalking/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-chart/6.0.0-GA/skywalking/Chart.yaml 
b/helm-chart/6.0.0-GA/skywalking/Chart.yaml
index ebcc330..1490ee9 100644
--- a/helm-chart/6.0.0-GA/skywalking/Chart.yaml
+++ b/helm-chart/6.0.0-GA/skywalking/Chart.yaml
@@ -6,4 +6,4 @@ version: 0.1.0
 icon: 
https://github.com/apache/skywalking-kubernetes/blob/master/logo/skywalking-logo2.png
 maintainers:
 - name: innerpeacez
-  email: 10146...@qq.com
\ No newline at end of file
+  email: innerpeace.z...@gmail.com
\ No newline at end of file



[skywalking-kubernetes] 09/48: Update 03-operator_cfg.yml

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 246fb1dbb7edccb003a1aac10c8aef48d8f25c18
Author: Gao Hongtao 
AuthorDate: Mon Dec 3 11:47:21 2018 +0800

Update 03-operator_cfg.yml

Add namespace
---
 6/6.0.0-alpha/istio/03-operator_cfg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/6/6.0.0-alpha/istio/03-operator_cfg.yml 
b/6/6.0.0-alpha/istio/03-operator_cfg.yml
index cd292c4..bb73968 100644
--- a/6/6.0.0-alpha/istio/03-operator_cfg.yml
+++ b/6/6.0.0-alpha/istio/03-operator_cfg.yml
@@ -37,8 +37,10 @@ spec:
value: request.size | 0
dimensions:
  sourceService: source.workload.name | ""
+ sourceNamespace: source.workload.namespace | ""
  sourceUID: source.uid | ""
  destinationService: destination.workload.name | ""
+ destinationNamespace: destination.workload.namespace | ""
  destinationUID: destination.uid | ""
  requestMethod: request.method | ""
  requestPath: request.path | ""



[skywalking-kubernetes] 02/48: Add Istio script

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit e793b4f25eb3f7ca558bb605a4f5ca6a38ac4771
Author: Gao Hongtao 
AuthorDate: Mon Oct 29 16:10:38 2018 +0800

Add Istio script
---
 README.md | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 26e65d2..0db37cd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# Apache SkyWalking Kubernetes
+Apache SkyWalking Kubernetes
+==
+
+# Deploy SkyWalking backend to Kubernetes cluster
 
 To install and configure skywalking in a Kubernetes cluster, follow these 
instructions.
 
@@ -26,4 +29,12 @@ in the cluster.
 Use `kubectl apply -f ` with the scripts in `scripts/ui` to deploy oap server
 in the cluster.
 
+# Setup Istio to send metric to oap
+
+## Prerequisites
+
+Istio should be installed in kubernetes cluster.
+
+## Setup Istio to send metric to oap
 
+Use `kubectl apply -f ` with the scripts in `kubernetes/istio` to setup.



[skywalking-kubernetes] 36/48: helm3 and 6.3.0

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 2faf6eb40dad6b8e62ffd809c5720564a8642d2b
Author: innerpeacez 
AuthorDate: Wed Aug 14 11:57:28 2019 +0800

helm3 and 6.3.0
---
 .../{ => helm2}/6.0.0-GA/skywalking/.helmignore|  0
 .../{ => helm2}/6.0.0-GA/skywalking/Chart.yaml |  0
 .../{ => helm2}/6.0.0-GA/skywalking/README.md  |  0
 .../6.0.0-GA/skywalking/templates/NOTES.txt|  0
 .../6.0.0-GA/skywalking/templates/_helpers.tpl |  0
 .../elasticsearch/elasticsearch-service.yaml   |  0
 .../elasticsearch/elasticsearch-statefulset.yaml   |  0
 .../skywalking/templates/oap/oap-config.yaml   |  0
 .../skywalking/templates/oap/oap-deployment.yaml   |  0
 .../skywalking/templates/oap/oap-role.yaml |  0
 .../skywalking/templates/oap/oap-rolebinding.yaml  |  0
 .../skywalking/templates/oap/oap-service.yaml  |  0
 .../templates/oap/oap-serviceaccount.yaml  |  0
 .../skywalking/templates/ui/ui-deployment.yaml |  0
 .../skywalking/templates/ui/ui-ingress.yaml|  0
 .../skywalking/templates/ui/ui-service.yaml|  0
 .../{ => helm2}/6.0.0-GA/skywalking/values.yaml|  0
 .../{ => helm2}/6.1.0/skywalking/.helmignore   |  0
 helm-chart/{ => helm2}/6.1.0/skywalking/Chart.yaml |  0
 helm-chart/{ => helm2}/6.1.0/skywalking/OWNERS |  0
 helm-chart/{ => helm2}/6.1.0/skywalking/README.md  |  0
 .../{ => helm2}/6.1.0/skywalking/requirements.lock |  0
 .../{ => helm2}/6.1.0/skywalking/requirements.yaml |  0
 .../6.1.0/skywalking/templates/NOTES.txt   |  0
 .../6.1.0/skywalking/templates/_helpers.tpl|  0
 .../6.1.0/skywalking/templates/es-init.job.yaml|  0
 .../6.1.0/skywalking/templates/oap-deployment.yaml |  0
 .../6.1.0/skywalking/templates/oap-role.yaml   |  0
 .../skywalking/templates/oap-rolebinding.yaml  |  0
 .../skywalking/templates/oap-serviceaccount.yaml   |  0
 .../6.1.0/skywalking/templates/oap-svc.yaml|  0
 .../6.1.0/skywalking/templates/ui-deployment.yaml  |  0
 .../6.1.0/skywalking/templates/ui-ingress.yaml |  0
 .../6.1.0/skywalking/templates/ui-svc.yaml |  0
 .../{ => helm2}/6.1.0/skywalking/values.yaml   |  0
 .../{6.1.0 => helm3/6.3.0}/skywalking/.helmignore  |  0
 .../{6.1.0 => helm3/6.3.0}/skywalking/Chart.yaml   | 10 ++-
 .../{6.1.0 => helm3/6.3.0}/skywalking/OWNERS   |  0
 .../{6.1.0 => helm3/6.3.0}/skywalking/README.md| 83 --
 .../6.3.0}/skywalking/templates/NOTES.txt  |  0
 .../6.3.0}/skywalking/templates/_helpers.tpl   |  0
 .../6.3.0}/skywalking/templates/es-init.job.yaml   |  0
 .../skywalking/templates/oap-deployment.yaml   |  0
 .../6.3.0}/skywalking/templates/oap-role.yaml  |  0
 .../skywalking/templates/oap-rolebinding.yaml  |  0
 .../skywalking/templates/oap-serviceaccount.yaml   |  0
 .../6.3.0}/skywalking/templates/oap-svc.yaml   |  0
 .../6.3.0}/skywalking/templates/ui-deployment.yaml |  0
 .../6.3.0}/skywalking/templates/ui-ingress.yaml|  0
 .../6.3.0}/skywalking/templates/ui-svc.yaml|  0
 .../{6.1.0 => helm3/6.3.0}/skywalking/values.yaml  |  4 +-
 51 files changed, 86 insertions(+), 11 deletions(-)

diff --git a/helm-chart/6.0.0-GA/skywalking/.helmignore 
b/helm-chart/helm2/6.0.0-GA/skywalking/.helmignore
similarity index 100%
rename from helm-chart/6.0.0-GA/skywalking/.helmignore
rename to helm-chart/helm2/6.0.0-GA/skywalking/.helmignore
diff --git a/helm-chart/6.0.0-GA/skywalking/Chart.yaml 
b/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml
similarity index 100%
rename from helm-chart/6.0.0-GA/skywalking/Chart.yaml
rename to helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml
diff --git a/helm-chart/6.0.0-GA/skywalking/README.md 
b/helm-chart/helm2/6.0.0-GA/skywalking/README.md
similarity index 100%
rename from helm-chart/6.0.0-GA/skywalking/README.md
rename to helm-chart/helm2/6.0.0-GA/skywalking/README.md
diff --git a/helm-chart/6.0.0-GA/skywalking/templates/NOTES.txt 
b/helm-chart/helm2/6.0.0-GA/skywalking/templates/NOTES.txt
similarity index 100%
rename from helm-chart/6.0.0-GA/skywalking/templates/NOTES.txt
rename to helm-chart/helm2/6.0.0-GA/skywalking/templates/NOTES.txt
diff --git a/helm-chart/6.0.0-GA/skywalking/templates/_helpers.tpl 
b/helm-chart/helm2/6.0.0-GA/skywalking/templates/_helpers.tpl
similarity index 100%
rename from helm-chart/6.0.0-GA/skywalking/templates/_helpers.tpl
rename to helm-chart/helm2/6.0.0-GA/skywalking/templates/_helpers.tpl
diff --git 
a/helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
 
b/helm-chart/helm2/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
similarity index 100%
rename from 
helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
rename to 

[skywalking-kubernetes] 26/48: Modify the image pull policy and modify the filename extension to .yaml (#12)

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 7cac688d7d70a82b40ff452bdeb3d699cd56a957
Author: innerpeacez <37059529+innerpea...@users.noreply.github.com>
AuthorDate: Mon May 27 13:47:52 2019 +0800

Modify the image pull policy and modify the filename extension to .yaml 
(#12)
---
 .../{elasticsearch-service.yml => elasticsearch-service.yaml}| 0
 .../{elasticsearch-statefulset.yml => elasticsearch-statefulset.yaml}| 1 +
 .../skywalking/templates/oap/{oap-config.yml => oap-config.yaml} | 0
 .../skywalking/templates/oap/{oap-deployment.yml => oap-deployment.yaml} | 1 +
 .../skywalking/templates/oap/{oap-service.yml => oap-service.yaml}   | 0
 .../templates/oap/{oap-serviceaccount.yml => oap-serviceaccount.yaml}| 0
 .../skywalking/templates/ui/{ui-deployment.yml => ui-deployment.yaml}| 1 +
 .../6.0.0-GA/skywalking/templates/ui/{ui-service.yml => ui-service.yaml} | 0
 8 files changed, 3 insertions(+)

diff --git 
a/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yml
 
b/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
similarity index 100%
rename from 
helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yml
rename to 
helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-service.yaml
diff --git 
a/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yml
 
b/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
similarity index 98%
rename from 
helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yml
rename to 
helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
index e2919d4..ea776ed 100644
--- 
a/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yml
+++ 
b/helm/charts/6/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
@@ -75,6 +75,7 @@ spec:
   containers:
   - name: elasticsearch
 image: {{ .Values.elasticsearch.image.repository }}:{{ 
.Values.elasticsearch.image.tag }}
+imagePullPolicy: {{ .Values.elasticsearch.image.pullPolicy }}
 ports:
 - containerPort: {{ .Values.elasticsearch.ports.http }}
   name: http
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-config.yml 
b/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
similarity index 100%
rename from helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-config.yml
rename to helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-deployment.yml 
b/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml
similarity index 97%
rename from helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-deployment.yml
rename to helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml
index 2bfd271..611379f 100644
--- a/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-deployment.yml
+++ b/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml
@@ -34,6 +34,7 @@ spec:
   containers:
   - name: {{ .Values.oap.name }}
 image: {{ .Values.oap.image.repository }}:{{ .Values.oap.image.tag }}
+imagePullPolicy: {{ .Values.oap.image.pullPolicy }}
 ports:
 - containerPort: {{ .Values.oap.ports.grpc }}
   name: grpc
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-service.yml 
b/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-service.yaml
similarity index 100%
rename from helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-service.yml
rename to helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-service.yaml
diff --git 
a/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-serviceaccount.yml 
b/helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-serviceaccount.yaml
similarity index 100%
rename from 
helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-serviceaccount.yml
rename to 
helm/charts/6/6.0.0-GA/skywalking/templates/oap/oap-serviceaccount.yaml
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/ui/ui-deployment.yml 
b/helm/charts/6/6.0.0-GA/skywalking/templates/ui/ui-deployment.yaml
similarity index 96%
rename from helm/charts/6/6.0.0-GA/skywalking/templates/ui/ui-deployment.yml
rename to helm/charts/6/6.0.0-GA/skywalking/templates/ui/ui-deployment.yaml
index b11f9fc..2c0b637 100644
--- a/helm/charts/6/6.0.0-GA/skywalking/templates/ui/ui-deployment.yml
+++ b/helm/charts/6/6.0.0-GA/skywalking/templates/ui/ui-deployment.yaml
@@ -33,6 +33,7 @@ spec:
   containers:
   - name: {{ .Values.ui.name }}
 image: {{ .Values.ui.image.repository }}:{{ .Values.ui.image.tag }}
+imagePullPolicy: {{ .Values.ui.image.pullPolicy 

[skywalking-kubernetes] 22/48: helm charts (#8)

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit a2f59da8d0e1753a42a562de4ac70b64cafdd052
Author: innerpeacez <37059529+innerpea...@users.noreply.github.com>
AuthorDate: Wed May 22 23:13:23 2019 +0800

helm charts (#8)

* deploy skywalking to kubernetes using helm charts

* Configmap automatically get namespace by Release

* fix bug : A volume can only be mounted once

* Parameterize terminationGracePeriodSeconds config.

* one value is configured for elasticsearch host

* oap service type

* resources (cpu memory) "toYaml"
---
 helm/charts/6/6.0.0-GA/skywalking/.helmignore  |  21 ++
 helm/charts/6/6.0.0-GA/skywalking/Chart.yaml   |   9 +
 .../6/6.0.0-GA/skywalking/templates/NOTES.txt  |  19 ++
 .../6/6.0.0-GA/skywalking/templates/_helpers.tpl   |  32 ++
 .../elasticsearch/elasticsearch-service.yml|  31 ++
 .../elasticsearch/elasticsearch-statefulset.yml| 122 +++
 .../skywalking/templates/oap/oap-config.yml| 374 +
 .../skywalking/templates/oap/oap-deployment.yml|  59 
 .../skywalking/templates/oap/oap-role.yaml |  24 ++
 .../skywalking/templates/oap/oap-rolebinding.yaml  |  27 ++
 .../skywalking/templates/oap/oap-service.yml   |  31 ++
 .../templates/oap/oap-serviceaccount.yml   |  23 ++
 .../skywalking/templates/ui/ui-deployment.yml  |  45 +++
 .../skywalking/templates/ui/ui-service.yml |  30 ++
 helm/charts/6/6.0.0-GA/skywalking/values.yaml  | 111 ++
 15 files changed, 958 insertions(+)

diff --git a/helm/charts/6/6.0.0-GA/skywalking/.helmignore 
b/helm/charts/6/6.0.0-GA/skywalking/.helmignore
new file mode 100644
index 000..f0c1319
--- /dev/null
+++ b/helm/charts/6/6.0.0-GA/skywalking/.helmignore
@@ -0,0 +1,21 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
diff --git a/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml 
b/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml
new file mode 100644
index 000..2861d97
--- /dev/null
+++ b/helm/charts/6/6.0.0-GA/skywalking/Chart.yaml
@@ -0,0 +1,9 @@
+name: skywalking
+apiVersion: v1
+appVersion: 6.0.0-GA
+description: Apache SkyWalking APM System
+version: 0.1.0
+
+maintainers:
+- name: innerpeacez
+  email: 10146...@qq.com
\ No newline at end of file
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/NOTES.txt 
b/helm/charts/6/6.0.0-GA/skywalking/templates/NOTES.txt
new file mode 100644
index 000..e49295c
--- /dev/null
+++ b/helm/charts/6/6.0.0-GA/skywalking/templates/NOTES.txt
@@ -0,0 +1,19 @@
+1. Get the application URL by running these commands:
+{{- if .Values.ui.ingress.enabled }}
+{{- range .Values.ui.ingress.hosts }}
+  http{{ if $.Values.ui.ingress.tls }}s{{ end }}://{{ . }}{{ 
$.Values.ui.ingress.path }}
+{{- end }}
+{{- else if contains "NodePort" .Values.ui.service.type }}
+  export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o 
jsonpath="{.spec.ports[0].nodePort}" services {{ include "skywalking.fullname" 
. }})
+  export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o 
jsonpath="{.items[0].status.addresses[0].address}")
+  echo http://$NODE_IP:$NODE_PORT
+{{- else if contains "LoadBalancer" .Values.ui.service.type }}
+ NOTE: It may take a few minutes for the LoadBalancer IP to be available.
+   You can watch the status of by running 'kubectl get svc -w {{ 
include "skywalking.fullname" . }}'
+  export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ 
include "skywalking.fullname" . }} -o 
jsonpath='{.status.loadBalancer.ingress[0].ip}')
+  echo http://$SERVICE_IP:{{ .Values.service.port }}
+{{- else if contains "ClusterIP" .Values.ui.service.type }}
+  export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l 
"app={{ include "skywalking.name" . }},release={{ .Release.Name }}" -o 
jsonpath="{.items[0].metadata.name}")
+  echo "Visit http://127.0.0.1:8080 to use your application"
+  kubectl port-forward $POD_NAME 8080:80
+{{- end }}
diff --git a/helm/charts/6/6.0.0-GA/skywalking/templates/_helpers.tpl 
b/helm/charts/6/6.0.0-GA/skywalking/templates/_helpers.tpl
new file mode 100644
index 000..817da6d
--- /dev/null
+++ b/helm/charts/6/6.0.0-GA/skywalking/templates/_helpers.tpl
@@ -0,0 +1,32 @@
+{{/* vim: set filetype=mustache: */}}
+{{/*
+Expand the name of the chart.
+*/}}
+{{- define "skywalking.name" -}}
+{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
+{{- end -}}
+
+{{/*
+Create a default fully qualified app 

[skywalking-kubernetes] 08/48: Update sciprts

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit aa2ec5b93611656e8f022a7fc29bbc4079a1c4e7
Author: gaohongtao 
AuthorDate: Mon Dec 3 00:11:26 2018 +0800

Update sciprts
---
 6/6.0.0-alpha/namespace.yml|  0
 6/6.0.0-alpha/oap/01-config.yml|  2 +-
 6/6.0.0-alpha/oap/{01-service.yml => 02-service.yml}   |  0
 6/6.0.0-alpha/oap/{02-deployment.yml => 03-deployment.yml} | 14 --
 README.md  |  2 +-
 5 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/6/6.0.0-alpha/namespace.yml b/6/6.0.0-alpha/namespace.yml
new file mode 100644
index 000..e69de29
diff --git a/6/6.0.0-alpha/oap/01-config.yml b/6/6.0.0-alpha/oap/01-config.yml
index c3c2eaf..98a5b0b 100644
--- a/6/6.0.0-alpha/oap/01-config.yml
+++ b/6/6.0.0-alpha/oap/01-config.yml
@@ -76,7 +76,7 @@ data:
 alarm:
   default:
 
-  log4j2.xml: |--
+  log4j2.xml: |-
 
 
 
diff --git a/6/6.0.0-alpha/oap/01-service.yml b/6/6.0.0-alpha/oap/02-service.yml
similarity index 100%
rename from 6/6.0.0-alpha/oap/01-service.yml
rename to 6/6.0.0-alpha/oap/02-service.yml
diff --git a/6/6.0.0-alpha/oap/02-deployment.yml 
b/6/6.0.0-alpha/oap/03-deployment.yml
similarity index 82%
rename from 6/6.0.0-alpha/oap/02-deployment.yml
rename to 6/6.0.0-alpha/oap/03-deployment.yml
index a309195..cb9292e 100644
--- a/6/6.0.0-alpha/oap/02-deployment.yml
+++ b/6/6.0.0-alpha/oap/03-deployment.yml
@@ -32,20 +32,6 @@ spec:
 app: oap
 spec:
   serviceAccountName: skywalking-oap
-  initContainers:
-  - name: init-oap
-image: skywalking/oap:6.0.0-alpha
-resources:
-  requests:
-memory: 1Gi
-  limits:
-memory: 2Gi
-env:
-- name: JAVA_OPTS
-  value: mode=init
-volumeMounts:
-- name: config
-  mountPath: /skywalking/config
   containers:
   - name: oap
 image: skywalking/oap:6.0.0-alpha
diff --git a/README.md b/README.md
index 920429a..e67900d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ To install and configure skywalking in a Kubernetes cluster, 
follow these instru
 
 Please promise the `skywalking` namespace existed in the cluster, otherwise, 
create a new one.
 
-`kubctl apply -f scripts/namespace.yml`
+`kubctl apply -f namespace.yml`
 
 ## Deploy Elasticsearch
 



[skywalking-kubernetes] 19/48: Merge pull request #6 from wayilau/master

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit d620ceae3fc47ca680d6391655c3f331a84943a2
Merge: 59b5ed5 9ee4dcf
Author: 吴晟 Wu Sheng 
AuthorDate: Tue Mar 19 14:31:45 2019 +0800

Merge pull request #6 from wayilau/master

Modify metrictemplete to metrictemplate

 .../istio/01-metrictemplete.yml => 6.0.0-GA/istio/01-metrictemplate.yml}  | 0
 6/6.0.0-alpha/istio/{01-metrictemplete.yml => 01-metrictemplate.yml}  | 0
 .../01-metrictemplete.yml => 6.0.0-beta/istio/01-metrictemplate.yml}  | 0
 3 files changed, 0 insertions(+), 0 deletions(-)



[skywalking-kubernetes] 10/48: Merge pull request #1 from apache/6.0.0-alpha

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 12f7ff6b0453ede85fe416fae0012463113b92cd
Merge: 7862484 246fb1d
Author: Gao Hongtao 
AuthorDate: Mon Dec 3 11:48:21 2018 +0800

Merge pull request #1 from apache/6.0.0-alpha

6.0.0 alpha

 .../6.0.0-alpha}/elasticsearch/01-storageclass.yml |  0
 .../6.0.0-alpha}/elasticsearch/02-service.yml  |  0
 .../6.0.0-alpha}/elasticsearch/03-statefulset.yml  |  0
 .../6.0.0-alpha}/istio/01-metrictemplete.yml   |  0
 .../6.0.0-alpha}/istio/02-skywalingadapter.yml |  0
 .../6.0.0-alpha}/istio/03-operator_cfg.yml |  2 ++
 6/6.0.0-alpha/namespace.yml|  0
 {scripts => 6/6.0.0-alpha}/oap/00-rbac.yml |  0
 {scripts => 6/6.0.0-alpha}/oap/01-config.yml   |  2 +-
 .../6.0.0-alpha/oap/02-service.yml |  0
 .../6.0.0-alpha/oap/03-deployment.yml  |  4 ++--
 {scripts => 6/6.0.0-alpha}/ui/01-service.yml   |  0
 {scripts => 6/6.0.0-alpha}/ui/02-deployment.yml|  2 +-
 README.md  | 10 +-
 scripts/namespace.yml  | 22 --
 15 files changed, 11 insertions(+), 31 deletions(-)



[skywalking-kubernetes] 11/48: add 6.0.0-beta

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 131cb8608dfcd1abc6ec98435184db5081adfdac
Author: Gao Hongtao 
AuthorDate: Thu Jan 3 15:21:44 2019 +0800

add 6.0.0-beta
---
 6/6.0.0-alpha/namespace.yml|   6 +
 6/6.0.0-beta/elasticsearch/01-storageclass.yml |  24 ++
 6/6.0.0-beta/elasticsearch/02-service.yml  |  32 +++
 6/6.0.0-beta/elasticsearch/03-statefulset.yml  | 117 +
 6/6.0.0-beta/istio/01-metrictemplete.yml   |  24 ++
 6/6.0.0-beta/istio/02-skywalingadapter.yml |  26 ++
 6/6.0.0-beta/istio/03-operator_cfg.yml |  65 +
 6/6.0.0-beta/namespace.yml |   6 +
 6/6.0.0-beta/oap/00-rbac.yml   |  50 
 6/6.0.0-beta/oap/01-config.yml | 338 +
 6/6.0.0-beta/oap/02-service.yml|  31 +++
 6/6.0.0-beta/oap/03-deployment.yml |  61 +
 6/6.0.0-beta/ui/01-service.yml |  31 +++
 6/6.0.0-beta/ui/02-deployment.yml  |  47 
 14 files changed, 858 insertions(+)

diff --git a/6/6.0.0-alpha/namespace.yml b/6/6.0.0-alpha/namespace.yml
index e69de29..73a3d63 100644
--- a/6/6.0.0-alpha/namespace.yml
+++ b/6/6.0.0-alpha/namespace.yml
@@ -0,0 +1,6 @@
+apiVersion: v1
+kind: Namespace
+metadata:
+  name: skywalking
+  labels:
+name: skywalking
\ No newline at end of file
diff --git a/6/6.0.0-beta/elasticsearch/01-storageclass.yml 
b/6/6.0.0-beta/elasticsearch/01-storageclass.yml
new file mode 100644
index 000..ecdd70e
--- /dev/null
+++ b/6/6.0.0-beta/elasticsearch/01-storageclass.yml
@@ -0,0 +1,24 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+kind: StorageClass
+apiVersion: storage.k8s.io/v1
+metadata:
+  name: ssd
+provisioner: kubernetes.io/gce-pd
+parameters:
+  type: pd-ssd
+  
diff --git a/6/6.0.0-beta/elasticsearch/02-service.yml 
b/6/6.0.0-beta/elasticsearch/02-service.yml
new file mode 100644
index 000..00d7e0d
--- /dev/null
+++ b/6/6.0.0-beta/elasticsearch/02-service.yml
@@ -0,0 +1,32 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+apiVersion: v1
+kind: Service
+metadata:
+  name: elasticsearch
+  namespace: skywalking
+  labels:
+service: elasticsearch
+spec:
+  clusterIP: None
+  ports:
+  - port: 9200
+name: serving
+  - port: 9300
+name: node-to-node
+  selector:
+service: elasticsearch
\ No newline at end of file
diff --git a/6/6.0.0-beta/elasticsearch/03-statefulset.yml 
b/6/6.0.0-beta/elasticsearch/03-statefulset.yml
new file mode 100644
index 000..6c6e3a4
--- /dev/null
+++ b/6/6.0.0-beta/elasticsearch/03-statefulset.yml
@@ -0,0 +1,117 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific 

[skywalking-kubernetes] 33/48: Fix some issues about installing chart with a name

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 2f58edb86f5d941fb58c8d39bec0a7a59fe0236e
Author: Gao Hongtao 
AuthorDate: Wed Jul 3 22:38:48 2019 +0800

Fix some issues about installing chart with a name
---
 .../templates/elasticsearch/elasticsearch-statefulset.yaml |  2 +-
 helm-chart/6.0.0-GA/skywalking/templates/oap/oap-config.yaml   |  9 -
 .../6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml  |  2 +-
 helm-chart/6.0.0-GA/skywalking/values.yaml | 10 +-
 4 files changed, 11 insertions(+), 12 deletions(-)

diff --git 
a/helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
 
b/helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
index ea776ed..bf8fd90 100644
--- 
a/helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
+++ 
b/helm-chart/6.0.0-GA/skywalking/templates/elasticsearch/elasticsearch-statefulset.yaml
@@ -96,7 +96,7 @@ spec:
 fieldPath: metadata.name
   # NOTE: This will tell the elasticsearch node where to connect to 
other nodes to form a cluster
   - name: {{ .Values.elasticsearch.clusterHost }}
-value: {{ .Values.elasticsearch.name }}:{{ 
.Values.elasticsearch.ports.tcp }}
+value: {{ template "skywalking.fullname" . }}-elasticsearch:{{ 
.Values.elasticsearch.ports.tcp }}
   # NOTE: You can increase the heap size
   - name: ES_JAVA_OPTS
 value: {{ .Values.elasticsearch.env.esJavaOpts }}
diff --git a/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-config.yaml 
b/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
index ea80c88..a7054b4 100644
--- a/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
+++ b/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-config.yaml
@@ -13,8 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-{{- $oapService := .Values.oap.name -}}
-{{- $namespace := .Release.Namespace -}}
+
 apiVersion: v1
 kind: ConfigMap
 metadata:
@@ -24,9 +23,9 @@ data:
 cluster:
   kubernetes:
 watchTimeoutSeconds: 60
-labelSelector: app={{ $oapService }}
+labelSelector: app={{ .Values.oap.name }}
 uidEnvName: SKYWALKING_COLLECTOR_UID
-namespace: {{ $namespace }}
+namespace: {{ .Release.Namespace }}
 core:
   default:
 restHost: 0.0.0.0
@@ -45,7 +44,7 @@ data:
 monthMetricsDataTTL: 18 # Unit is month
 storage:
   elasticsearch:
-clusterNodes: skywalking-elasticsearch:9200
+clusterNodes: {{ template "skywalking.fullname" . }}-elasticsearch:9200
 indexShardsNumber: 2
 indexReplicasNumber: 0
 bulkActions: 2000 # Execute the bulk every 2000 requests
diff --git a/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml 
b/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml
index 131f5b1..c22452d 100644
--- a/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml
+++ b/helm-chart/6.0.0-GA/skywalking/templates/oap/oap-deployment.yaml
@@ -30,7 +30,7 @@ spec:
   labels:
 app: {{ .Values.oap.name }}
 spec:
-  serviceAccountName: {{ .Values.oap.name }}
+  serviceAccountName: {{ template "skywalking.fullname" . }}-oap
   containers:
   - name: {{ .Values.oap.name }}
 image: {{ .Values.oap.image.repository }}:{{ .Values.oap.image.tag }}
diff --git a/helm-chart/6.0.0-GA/skywalking/values.yaml 
b/helm-chart/6.0.0-GA/skywalking/values.yaml
index c860f42..cd4f11d 100644
--- a/helm-chart/6.0.0-GA/skywalking/values.yaml
+++ b/helm-chart/6.0.0-GA/skywalking/values.yaml
@@ -35,25 +35,25 @@ elasticsearch:
 ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
 ##   GKE, AWS & OpenStack)
 ##
-storageClass: fast
+storageClass: ""
 ##
 ## If you want to reuse an existing claim, you can pass the name of the 
PVC using
 ## the existingClaim variable
 # existingClaim: your-claim
 accessMode: ReadWriteOnce
-size: 30Gi
+size: 10Gi
   terminationGracePeriodSeconds: 300
 
 oap:
   name: skywalking-oap
   image:
-repository: skywalking/oap
+repository: docker.io/apache/skywalking-oap-server
 tag: 6.0.0-GA
 pullPolicy: IfNotPresent
   ports:
 grpc: 11800
 rest: 12800
-  replicas: 3
+  replicas: 2
   service:
 type: ClusterIP
   env:
@@ -74,7 +74,7 @@ ui:
   name: skywalking-ui
   replicas: 1
   image:
-repository: skywalking/ui
+repository: docker.io/apache/skywalking-ui
 tag: 6.0.0-GA
 pullPolicy: IfNotPresent
   ports:



[skywalking-kubernetes] 01/48: Init commit

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 16e1399704bdac6f7f73c77e87d5baaea3a936ed
Author: Gao Hongtao 
AuthorDate: Mon Oct 29 16:09:55 2018 +0800

Init commit
---
 .gitignore|   2 +
 README.md |  29 +++
 scripts/elasticsearch/01-storageclass.yml |  25 +++
 scripts/elasticsearch/02-service.yml  |  32 +++
 scripts/elasticsearch/03-statefulset.yml  | 117 +++
 scripts/istio/01-metrictemplete.yml   |  24 +++
 scripts/istio/02-skywalingadapter.yml |  26 +++
 scripts/istio/03-operator_cfg.yml |  63 ++
 scripts/namespace.yml |  22 ++
 scripts/oap/00-rbac.yml   |  50 +
 scripts/oap/01-config.yml | 338 ++
 scripts/oap/01-service.yml|  31 +++
 scripts/oap/02-deployment.yml |  61 ++
 scripts/ui/01-service.yml |  31 +++
 scripts/ui/02-deployment.yml  |  47 +
 15 files changed, 898 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..538c8c5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.DS_Store
+*~
diff --git a/README.md b/README.md
new file mode 100644
index 000..26e65d2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# Apache SkyWalking Kubernetes
+
+To install and configure skywalking in a Kubernetes cluster, follow these 
instructions.
+
+## Prerequisites
+
+Please promise the `skywalking` namespace existed in the cluster, otherwise, 
create a new one.
+
+`kubctl apply -f scripts/namespace.yml`
+
+## Deploy Elasticsearch
+
+Use `kubectl apply -f ` with the scripts in `scripts/elasticsearch` to deploy 
elasticsearch servers
+in the cluster.
+
+> `01-storageclass.yml` assume to use GKE as the kubernetes provisioner. You 
could fix it according
+to your kubernetes environment.
+
+## Deploy OAP server 
+
+Use `kubectl apply -f ` with the scripts in `scripts/opa` to deploy oap server
+in the cluster.
+
+## Deploy UI server 
+
+Use `kubectl apply -f ` with the scripts in `scripts/ui` to deploy oap server
+in the cluster.
+
+
diff --git a/scripts/elasticsearch/01-storageclass.yml 
b/scripts/elasticsearch/01-storageclass.yml
new file mode 100644
index 000..b34e294
--- /dev/null
+++ b/scripts/elasticsearch/01-storageclass.yml
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+kind: StorageClass
+apiVersion: storage.k8s.io/v1
+metadata:
+  name: ssd
+  namespace: skywalking
+provisioner: kubernetes.io/gce-pd
+parameters:
+  type: pd-ssd
+  zone: us-west1-a
\ No newline at end of file
diff --git a/scripts/elasticsearch/02-service.yml 
b/scripts/elasticsearch/02-service.yml
new file mode 100644
index 000..00d7e0d
--- /dev/null
+++ b/scripts/elasticsearch/02-service.yml
@@ -0,0 +1,32 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+apiVersion: v1
+kind: Service
+metadata:
+  name: elasticsearch
+  namespace: skywalking
+  labels:
+service: elasticsearch
+spec:
+  clusterIP: None
+  ports:
+  - port: 9200
+name: serving
+  - port: 9300
+name: node-to-node
+  selector:
+service: elasticsearch
\ No newline at end of file
diff --git a/scripts/elasticsearch/03-statefulset.yml 
b/scripts/elasticsearch/03-statefulset.yml
new file mode 100644
index 000..60b827a
--- /dev/null

[skywalking-kubernetes] 39/48: sw chart 6.4.0

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit be3164b6f6bde87fe0defd90fd54dd5f13dd3126
Author: innerpeacez 
AuthorDate: Tue Oct 8 16:19:33 2019 +0800

sw chart 6.4.0
---
 helm-chart/helm3/6.4.0/skywalking/.helmignore  |  22 ++
 helm-chart/helm3/6.4.0/skywalking/Chart.yaml   |  20 ++
 helm-chart/helm3/6.4.0/skywalking/OWNERS   |   6 +
 helm-chart/helm3/6.4.0/skywalking/README.md| 198 +
 .../helm3/6.4.0/skywalking/templates/NOTES.txt |  19 ++
 .../helm3/6.4.0/skywalking/templates/_helpers.tpl  |  61 +
 .../6.4.0/skywalking/templates/es-init.job.yaml|  38 
 .../6.4.0/skywalking/templates/oap-deployment.yaml |  99 +
 .../helm3/6.4.0/skywalking/templates/oap-role.yaml |  13 ++
 .../skywalking/templates/oap-rolebinding.yaml  |  17 ++
 .../skywalking/templates/oap-serviceaccount.yaml   |  10 +
 .../helm3/6.4.0/skywalking/templates/oap-svc.yaml  |  21 ++
 .../6.4.0/skywalking/templates/ui-deployment.yaml  |  42 
 .../6.4.0/skywalking/templates/ui-ingress.yaml |  34 +++
 .../helm3/6.4.0/skywalking/templates/ui-svc.yaml   |  48 
 helm-chart/helm3/6.4.0/skywalking/values.yaml  | 247 +
 16 files changed, 895 insertions(+)

diff --git a/helm-chart/helm3/6.4.0/skywalking/.helmignore 
b/helm-chart/helm3/6.4.0/skywalking/.helmignore
new file mode 100644
index 000..7c04072
--- /dev/null
+++ b/helm-chart/helm3/6.4.0/skywalking/.helmignore
@@ -0,0 +1,22 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+OWNERS
diff --git a/helm-chart/helm3/6.4.0/skywalking/Chart.yaml 
b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
new file mode 100644
index 000..0e44bc2
--- /dev/null
+++ b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
@@ -0,0 +1,20 @@
+apiVersion: v1
+name: skywalking
+home: https://skywalking.apache.org
+version: 0.1.1
+appVersion: 6.4.0
+description: Apache SkyWalking APM System
+icon: 
https://github.com/apache/skywalking-website/blob/master/docs/.vuepress/public/assets/logo.svg
+sources:
+- https://github.com/apache/skywalking-kubernetes
+maintainers:
+- name: hanahmily
+  email: hanahm...@gmail.com
+- name: innerpeacez
+  email: innerpeace.z...@gmail.com
+
+dependencies:
+  - name: elasticsearch
+version: ~1.28.2
+repository: https://kubernetes-charts.storage.googleapis.com/
+condition: elasticsearch.enabled
\ No newline at end of file
diff --git a/helm-chart/helm3/6.4.0/skywalking/OWNERS 
b/helm-chart/helm3/6.4.0/skywalking/OWNERS
new file mode 100644
index 000..5d00621
--- /dev/null
+++ b/helm-chart/helm3/6.4.0/skywalking/OWNERS
@@ -0,0 +1,6 @@
+approvers:
+- hanahmily
+- wu-sheng
+reviewers:
+- hanahmily
+- wu-sheng
diff --git a/helm-chart/helm3/6.4.0/skywalking/README.md 
b/helm-chart/helm3/6.4.0/skywalking/README.md
new file mode 100644
index 000..0421897
--- /dev/null
+++ b/helm-chart/helm3/6.4.0/skywalking/README.md
@@ -0,0 +1,198 @@
+# Apache Skywalking Helm Chart
+
+[Apache SkyWalking](https://skywalking.apache.org/) is application performance 
monitor tool for distributed systems, especially designed for microservices, 
cloud native and container-based (Docker, K8s, Mesos) architectures.
+
+## Introduction
+
+This chart bootstraps a [Apache SkyWalking](https://skywalking.apache.org/) 
deployment on a [Kubernetes](http://kubernetes.io) cluster using the 
[Helm](https://helm.sh) package manager.
+
+## Prerequisites
+
+ - Kubernetes 1.9.6+ 
+ - PV dynamic provisioning support on the underlying infrastructure 
(StorageClass)
+ - Helm 3
+
+## Installing the Chart
+
+To install the chart with the release name `my-release`:
+
+```shell
+$ helm install my-release skywalking -n 
+```
+
+The command deploys Apache Skywalking on the Kubernetes cluster in the default 
configuration. The [configuration](#configuration) section lists the parameters 
that can be configured during installation.
+
+> **Tip**: List all releases using `helm list`
+
+## Uninstalling the Chart
+
+To uninstall/delete the `my-release` deployment:
+
+```shell
+$ helm delete my-release -n 
+```
+
+The command removes all the Kubernetes components associated with the chart 
and deletes the release.
+
+## Configuration
+
+The following table lists the configurable parameters of the Skywalking chart 
and their default values.
+
+| Parameter | Description  
  | Default |

[skywalking-kubernetes] 30/48: add README.md, ui-ingress.yaml for charts (#13)

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 3a69b01a4960eed4647ff7ea4473942d938d9561
Author: innerpeacez <37059529+innerpea...@users.noreply.github.com>
AuthorDate: Wed Jun 26 08:26:54 2019 +0800

add README.md,ui-ingress.yaml for charts (#13)

* add README.md,ui-ingress.yaml for charts

* configmap name and port

* Join the TZ environment variable

* TZ to UTC-0
---
 helm/charts/6/6.0.0-GA/skywalking/README.md| 133 +
 .../skywalking/templates/oap/oap-deployment.yaml   |   2 +
 .../skywalking/templates/ui/ui-deployment.yaml |   2 +
 .../skywalking/templates/ui/ui-ingress.yaml|  35 ++
 helm/charts/6/6.0.0-GA/skywalking/values.yaml  |  10 +-
 5 files changed, 176 insertions(+), 6 deletions(-)

diff --git a/helm/charts/6/6.0.0-GA/skywalking/README.md 
b/helm/charts/6/6.0.0-GA/skywalking/README.md
new file mode 100644
index 000..fb8d213
--- /dev/null
+++ b/helm/charts/6/6.0.0-GA/skywalking/README.md
@@ -0,0 +1,133 @@
+# Skywalking Helm Charts
+
+[Apache SkyWalking](https://skywalking.apache.org/) is application performance 
monitor tool for distributed systems, especially designed for microservices, 
cloud native and container-based (Docker, K8s, Mesos) architectures.
+
+## Introduction
+
+This chart bootstraps a [Apache SkyWalking](https://skywalking.apache.org/) 
deployment on a [Kubernetes](http://kubernetes.io) cluster using the 
[Helm](https://helm.sh) package manager.
+
+## Prerequisites
+
+- Kubernetes 1.9.6+ 
+
+## Installing the Chart
+
+To install the chart with the release name `my-release`:
+
+```console
+$ helm install --name my-release skywalking
+```
+
+The command deploys Skywalking on the Kubernetes cluster in the default 
configuration. The [configuration](#configuration) section lists the parameters 
that can be configured during installation.
+
+> **Tip**: List all releases using `helm list`
+
+## Uninstalling the Chart
+
+To uninstall/delete the `my-release` deployment:
+
+```console
+$ helm delete my-release
+```
+
+The command removes all the Kubernetes components associated with the chart 
and deletes the release.
+
+## Configuration
+
+The following table lists the configurable parameters of the Skywalking chart 
and their default values.
+
+Parameter | Description | Default
+- | --- | ---
+`elasticsearch.name` | ES statefulset name | `skywalking-elasticsearch` 
+ `elasticsearch.replicas`  | ES k8s statefulset replicas | 
`3` 
+`elasticsearch.image.repository` | ES container image name | 
`docker.elastic.co/elasticsearch/elasticsearch-oss` 
+`elasticsearch.image.tag` | ES container image tag | `6.3.2` 
+`elasticsearch.image.pullPolicy` | ES container image pull policy | 
`IfNotPresent`
+`elasticsearch.ports.http` | Expose http port 9200 on es Pods for 
skywalking-oap | `9200` 
+`elasticsearch.ports.tcp` | Expose tcp port 9300 on es Pods | `9300` 
+`elasticsearch.env.esJavaOpts` | Parameters to be added to 
`ES_JAVA_OPTS`environment variable for ES | `"-Xms4g -Xmx4g"` 
+`elasticsearch.resources` | ES node resources requests & limits | 
`requests.memory=8Gi,limits.memory=16Gi - cpu limit must be an integer` 
+`elasticsearch.persistence.enabled` | ES persistent enabled/disabled | `true` 
+`elasticsearch.persistence.storageClass` | ES persistent volume Class | `fast` 
+`elasticsearch.persistence.accessMode` | Master persistent Access Mode | 
`ReadWriteOnce` 
+ `elasticsearch.persistence.size`  | Master persistent Access size 
| `30Gi` 
+`elasticsearch.terminationGracePeriodSeconds` | ES termination grace period 
(seconds) | `300` 
+`oap.name` | OAP deployment name | `skywalking-oap` 
+`oap.image.repository` | OAP container image name | 
`apache/skywalking-oap-server` 
+`oap.image.tag` | OAP container image tag | `6.0.0-GA` 
+`oap.image.pullPolicy` | OAP container image pull policy | `IfNotPresent` 
+`oap.ports.grpc` | OAP grpc port for tracing or metric | `11800` 
+`oap.ports.rest` | OAP http port for Web UI | `12800` 
+`oap.replicas` | OAP k8s deployment replicas | `3` 
+`oap.service.type` | OAP svc type | `ClusterIP` 
+`oap.env.javaOpts` | Parameters to be added to `JAVA_OPTS`environment variable 
for OAP | `-Xms256M -Xmx512M` 
+`oap.resources` | OAP node resources requests & limits | 
`requests.memory=1Gi,limits.memory=2Gi - cpu limit must be an integer` 
+`ui.name` | Web UI deployment name | `skywalking-ui` 
+`ui.replicas` | Web UI k8s deployment replicas | `1` 
+`ui.image.repository` | Web UI container image name | `apache/skywalking-ui` 
+`ui.image.tag` | Web UI container image tag | `6.0.0-GA` 
+ `ui.image.pullPolicy` | Web UI container image pull 
policy | `IfNotPresent` 
+`ui.ports.page` | Web UI http port | `8080` 
+`ui.ingress.enabled` | Create Ingress for 

[skywalking-kubernetes] 20/48: Update README.md (#7)

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 6cac0bdbbc90d7d76fe8d2f167cf9428495ffa85
Author: ryan 
AuthorDate: Tue Mar 19 16:32:28 2019 +0800

Update README.md (#7)

spelling mistake。kubctl -> kubectl
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cee038c..3de54c8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ To install and configure skywalking in a Kubernetes cluster, 
follow these instru
 
 Please promise the `skywalking` namespace existed in the cluster, otherwise, 
create a new one.
 
-`kubctl apply -f namespace.yml`
+`kubectl apply -f namespace.yml`
 
 ## Deploy Elasticsearch
 



[skywalking-kubernetes] 45/48: modify role to clusterrole

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 9edb82b4b408e21aaeaae378b8dadb897d7e5de9
Author: innerpeacez 
AuthorDate: Fri Oct 18 20:06:05 2019 +0800

modify role to clusterrole
---
 helm-chart/helm3/6.4.0/skywalking/Chart.yaml | 4 ++--
 .../skywalking/templates/{oap-role.yaml => oap-clusterrole.yaml} | 5 -
 .../templates/{oap-rolebinding.yaml => oap-clusterrolebinding.yaml}  | 4 ++--
 helm-chart/helm3/6.4.0/skywalking/values.yaml| 4 +++-
 4 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/helm-chart/helm3/6.4.0/skywalking/Chart.yaml 
b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
index 57e0ba6..dac464f 100644
--- a/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
+++ b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml
@@ -1,7 +1,7 @@
-apiVersion: v1
+apiVersion: v2
 name: skywalking
 home: https://skywalking.apache.org
-version: 0.1.1
+version: 0.1.2
 appVersion: 6.4.0
 description: Apache SkyWalking APM System
 icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
diff --git a/helm-chart/helm3/6.4.0/skywalking/templates/oap-role.yaml 
b/helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrole.yaml
similarity index 74%
rename from helm-chart/helm3/6.4.0/skywalking/templates/oap-role.yaml
rename to helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrole.yaml
index a867072..87fbe84 100644
--- a/helm-chart/helm3/6.4.0/skywalking/templates/oap-role.yaml
+++ b/helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrole.yaml
@@ -1,4 +1,4 @@
-kind: Role
+kind: ClusterRole
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: {{ template "skywalking.fullname" . }}
@@ -11,3 +11,6 @@ rules:
 - apiGroups: [""]
   resources: ["pods"]
   verbs: ["get", "watch", "list"]
+- apiGroups: ["extensions"]
+  resources: ["deployments", "replicasets"]
+  verbs: ["get", "watch", "list"]
\ No newline at end of file
diff --git a/helm-chart/helm3/6.4.0/skywalking/templates/oap-rolebinding.yaml 
b/helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrolebinding.yaml
similarity index 91%
rename from helm-chart/helm3/6.4.0/skywalking/templates/oap-rolebinding.yaml
rename to 
helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrolebinding.yaml
index e3894fe..3f23c67 100644
--- a/helm-chart/helm3/6.4.0/skywalking/templates/oap-rolebinding.yaml
+++ b/helm-chart/helm3/6.4.0/skywalking/templates/oap-clusterrolebinding.yaml
@@ -1,5 +1,5 @@
 apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
+kind: ClusterRoleBinding
 metadata:
   name: {{ template "skywalking.fullname" . }}
   labels:
@@ -9,7 +9,7 @@ metadata:
 heritage: "{{ .Release.Service }}"
 roleRef:
   apiGroup: rbac.authorization.k8s.io
-  kind: Role
+  kind: ClusterRole
   name: {{ template "skywalking.fullname" . }}
 subjects:
 - kind: ServiceAccount
diff --git a/helm-chart/helm3/6.4.0/skywalking/values.yaml 
b/helm-chart/helm3/6.4.0/skywalking/values.yaml
index a9f798a..3e45335 100644
--- a/helm-chart/helm3/6.4.0/skywalking/values.yaml
+++ b/helm-chart/helm3/6.4.0/skywalking/values.yaml
@@ -33,7 +33,9 @@ oap:
   #   example: oap-foo
   env:
 # more env, please refer to 
https://hub.docker.com/r/apache/skywalking-oap-server
-
+# or 
https://github.com/apache/skywalking-docker/blob/master/6/6.4/oap/README.md#sw_telemetry
+# for example :
+# SW_ENVOY_ALS_ENABLED: true
 ui:
   name: skywalking-ui
   replicas: 1



[skywalking-kubernetes] 15/48: Merge pull request #3 from apache/6.0.0-alpha

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 0dcefa719c119d45cc168a3f8c047605c89f549b
Merge: c37f77c 5ad94d8
Author: Gao Hongtao 
AuthorDate: Wed Jan 30 15:56:22 2019 +0800

Merge pull request #3 from apache/6.0.0-alpha

6.0.0GA

 6/6.0.0-GA/elasticsearch/01-storageclass.yml |  24 ++
 6/6.0.0-GA/elasticsearch/02-service.yml  |  32 +++
 6/6.0.0-GA/elasticsearch/03-statefulset.yml  | 117 +
 6/6.0.0-GA/istio/01-metrictemplete.yml   |  24 ++
 6/6.0.0-GA/istio/02-skywalingadapter.yml |  26 ++
 6/6.0.0-GA/istio/03-operator_cfg.yml |  65 +
 6/{6.0.0-beta => 6.0.0-GA}/namespace.yml |   0
 6/6.0.0-GA/oap/00-rbac.yml   |  50 
 6/6.0.0-GA/oap/01-config.yml | 374 +++
 6/6.0.0-GA/oap/02-service.yml|  31 +++
 6/6.0.0-GA/oap/03-deployment.yml |  61 +
 6/6.0.0-GA/ui/01-service.yml |  31 +++
 6/6.0.0-GA/ui/02-deployment.yml  |  47 
 6/6.0.0-alpha/namespace.yml  |   2 +-
 6/6.0.0-beta/namespace.yml   |   2 +-
 15 files changed, 884 insertions(+), 2 deletions(-)



[skywalking-kubernetes] 32/48: Update README.md

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit cfb6bf72b033e4297e3ce0e8f317226c7d79506f
Author: Gao Hongtao 
AuthorDate: Wed Jun 26 09:05:38 2019 +0800

Update README.md
---
 README.md  | 36 ++
 .../6/6.0.0-GA}/elasticsearch/01-storageclass.yml  |  0
 .../6/6.0.0-GA}/elasticsearch/02-service.yml   |  0
 .../6/6.0.0-GA}/elasticsearch/03-statefulset.yml   |  0
 .../6/6.0.0-GA}/istio/01-metrictemplate.yml|  0
 .../6/6.0.0-GA}/istio/02-skywalingadapter.yml  |  0
 .../6/6.0.0-GA}/istio/03-operator_cfg.yml  |  0
 {6 => archive/6}/6.0.0-GA/istio/README.md  |  0
 {6 => archive/6}/6.0.0-GA/namespace.yml|  0
 .../6/6.0.0-GA}/oap/00-rbac.yml|  0
 {6 => archive/6}/6.0.0-GA/oap/01-config.yml|  0
 .../6/6.0.0-GA}/oap/02-service.yml |  0
 {6 => archive/6}/6.0.0-GA/oap/03-deployment.yml|  0
 .../6/6.0.0-GA}/ui/01-service.yml  |  0
 {6 => archive/6}/6.0.0-GA/ui/02-deployment.yml |  0
 .../6.0.0-alpha/elasticsearch/01-storageclass.yml  |  0
 .../6}/6.0.0-alpha/elasticsearch/02-service.yml|  0
 .../6.0.0-alpha/elasticsearch/03-statefulset.yml   |  0
 .../6}/6.0.0-alpha/istio/01-metrictemplate.yml |  0
 .../6}/6.0.0-alpha/istio/02-skywalingadapter.yml   |  0
 .../6}/6.0.0-alpha/istio/03-operator_cfg.yml   |  0
 .../6/6.0.0-alpha}/namespace.yml   |  0
 {6 => archive/6}/6.0.0-alpha/oap/00-rbac.yml   |  0
 .../6/6.0.0-alpha}/oap/01-config.yml   |  0
 {6 => archive/6}/6.0.0-alpha/oap/02-service.yml|  0
 {6 => archive/6}/6.0.0-alpha/oap/03-deployment.yml |  0
 {6 => archive/6}/6.0.0-alpha/ui/01-service.yml |  0
 {6 => archive/6}/6.0.0-alpha/ui/02-deployment.yml  |  0
 .../6.0.0-beta}/elasticsearch/01-storageclass.yml  |  0
 .../6/6.0.0-beta}/elasticsearch/02-service.yml |  0
 .../6/6.0.0-beta}/elasticsearch/03-statefulset.yml |  0
 .../6/6.0.0-beta}/istio/01-metrictemplate.yml  |  0
 .../6/6.0.0-beta}/istio/02-skywalingadapter.yml|  0
 .../6/6.0.0-beta}/istio/03-operator_cfg.yml|  0
 .../6/6.0.0-beta}/namespace.yml|  0
 .../6/6.0.0-beta}/oap/00-rbac.yml  |  0
 .../6/6.0.0-beta}/oap/01-config.yml|  0
 .../6/6.0.0-beta}/oap/02-service.yml   |  0
 {6 => archive/6}/6.0.0-beta/oap/03-deployment.yml  |  0
 .../6/6.0.0-beta}/ui/01-service.yml|  0
 {6 => archive/6}/6.0.0-beta/ui/02-deployment.yml   |  0
 README.md => archive/README.md |  0
 42 files changed, 9 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index 3de54c8..d3bcc17 100644
--- a/README.md
+++ b/README.md
@@ -5,36 +5,18 @@ Apache SkyWalking Kubernetes
 
 To install and configure skywalking in a Kubernetes cluster, follow these 
instructions.
 
-## Prerequisites
+## Structure of repository
 
-Please promise the `skywalking` namespace existed in the cluster, otherwise, 
create a new one.
+### archive
 
-`kubectl apply -f namespace.yml`
+Prior to 6.0.0-GA, only kubernetes YAMLs as examples for users and should be 
modified to fix real kuberentes enviroment, 
+for instance, resources, volume claims.
 
-## Deploy Elasticsearch
+Now, these YAMLs are archived in the repository, that means we never maintain 
them, but users still could use them.
 
-Use `kubectl apply -f ` with the scripts in `elasticsearch` to deploy 
elasticsearch servers
-in the cluster.
+We recommend using __helm-chart__ as your first choice.
 
-> `01-storageclass.yml` assume to use GKE as the kubernetes provisioner. You 
could fix it according
-to your kubernetes environment.
+### helm-chart 
 
-## Deploy OAP server 
-
-Use `kubectl apply -f ` with the scripts in `oap` to deploy oap server
-in the cluster.
-
-## Deploy UI server 
-
-Use `kubectl apply -f ` with the scripts in `ui` to deploy oap server
-in the cluster.
-
-# Setup Istio to send metric to oap
-
-## Prerequisites
-
-Istio should be installed in kubernetes cluster.
-
-## Setup Istio to send metric to oap
-
-Use `kubectl apply -f ` with the scripts in `istio` to setup.
+This is recommended as the best practice to deploy SkyWalking backend stack 
into kubernetes cluster. You can pick a 
+ sub folder base on version your desired version.
diff --git a/6/6.0.0-beta/elasticsearch/01-storageclass.yml 
b/archive/6/6.0.0-GA/elasticsearch/01-storageclass.yml
similarity index 100%
rename from 6/6.0.0-beta/elasticsearch/01-storageclass.yml
rename to archive/6/6.0.0-GA/elasticsearch/01-storageclass.yml
diff --git a/6/6.0.0-beta/elasticsearch/02-service.yml 
b/archive/6/6.0.0-GA/elasticsearch/02-service.yml
similarity index 100%
rename from 6/6.0.0-beta/elasticsearch/02-service.yml
rename to archive/6/6.0.0-GA/elasticsearch/02-service.yml
diff --git 

[skywalking-kubernetes] 21/48: Create README.md

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 4337a183e6805b1331d964334cc143a508173bf6
Author: 吴晟 Wu Sheng 
AuthorDate: Wed Apr 10 05:59:06 2019 +0800

Create README.md
---
 6/6.0.0-GA/istio/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/6/6.0.0-GA/istio/README.md b/6/6.0.0-GA/istio/README.md
new file mode 100644
index 000..a27a5bb
--- /dev/null
+++ b/6/6.0.0-GA/istio/README.md
@@ -0,0 +1,2 @@
+# SkyWalking Istio adaptor
+The SkyWalking uses Istio bypass adapter collects metrics. Use `kubectl apply 
-f` with the `yaml`(s) in this folder to setup.



[skywalking-kubernetes] branch master updated (fafaa1c -> f0e0f13)

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git.


from fafaa1c  Merge pull request #20 from innerpeacez/modify-logo-url
 new 9edb82b  modify role to clusterrole
 new 435af53  Support for envoy sla and turn off es persistence enabled by 
default
 new f112302  fixed some typo
 new f0e0f13  Merge pull request #21 from innerpeacez/modify

The 48 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 helm-chart/helm3/6.4.0/skywalking/Chart.yaml   |  4 ++--
 helm-chart/helm3/6.4.0/skywalking/README.md| 22 +++---
 .../{oap-role.yaml => oap-clusterrole.yaml}|  7 ++-
 ...olebinding.yaml => oap-clusterrolebinding.yaml} |  6 --
 .../6.4.0/skywalking/templates/oap-deployment.yaml |  4 
 .../helm3/6.4.0/skywalking/templates/oap-role.yaml |  8 +---
 .../skywalking/templates/oap-rolebinding.yaml  |  8 +---
 helm-chart/helm3/6.4.0/skywalking/values.yaml  | 10 +++---
 8 files changed, 52 insertions(+), 17 deletions(-)
 copy helm-chart/helm3/6.4.0/skywalking/templates/{oap-role.yaml => 
oap-clusterrole.yaml} (67%)
 copy helm-chart/helm3/6.4.0/skywalking/templates/{oap-rolebinding.yaml => 
oap-clusterrolebinding.yaml} (84%)



[skywalking-kubernetes] 14/48: Add namespace label

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 5ad94d817f697b0a9044b3d1adfed36d93414f8d
Merge: aaad9f6 c37f77c
Author: gaohongtao 
AuthorDate: Wed Jan 30 15:55:03 2019 +0800

Add namespace label

 6/6.0.0-GA/namespace.yml| 4 +++-
 6/6.0.0-alpha/namespace.yml | 4 +++-
 6/6.0.0-beta/namespace.yml  | 4 +++-
 README.md   | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --cc 6/6.0.0-alpha/namespace.yml
index 85bd8cb,73a3d63..16fd108
--- a/6/6.0.0-alpha/namespace.yml
+++ b/6/6.0.0-alpha/namespace.yml
@@@ -1,4 -1,6 +1,6 @@@
  apiVersion: v1
  kind: Namespace
  metadata:
-   name: skywalking
+   name: skywalking
+   labels:
 -name: skywalking
++name: skywalking
diff --cc 6/6.0.0-beta/namespace.yml
index 85bd8cb,73a3d63..16fd108
--- a/6/6.0.0-beta/namespace.yml
+++ b/6/6.0.0-beta/namespace.yml
@@@ -1,4 -1,6 +1,6 @@@
  apiVersion: v1
  kind: Namespace
  metadata:
-   name: skywalking
+   name: skywalking
+   labels:
 -name: skywalking
++name: skywalking



[skywalking-kubernetes] 44/48: Merge pull request #20 from innerpeacez/modify-logo-url

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit fafaa1cb7f24f74c1528e9a448e2090528aa70fb
Merge: 40430db 4e9fd08
Author: 吴晟 Wu Sheng 
AuthorDate: Wed Oct 9 10:19:08 2019 +0800

Merge pull request #20 from innerpeacez/modify-logo-url

modify logo url

 helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml | 2 +-
 helm-chart/helm2/6.1.0/skywalking/Chart.yaml| 2 +-
 helm-chart/helm3/6.3.0/skywalking/Chart.yaml| 2 +-
 helm-chart/helm3/6.4.0/skywalking/Chart.yaml| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



[skywalking-kubernetes] 04/48: Update 01-storageclass.yml

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit c49408e90268429f49d975f5ea96fc5d296aa6dc
Author: Gao Hongtao 
AuthorDate: Mon Nov 5 14:54:34 2018 +0800

Update 01-storageclass.yml

Remove invalid namespace metadata
---
 scripts/elasticsearch/01-storageclass.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/elasticsearch/01-storageclass.yml 
b/scripts/elasticsearch/01-storageclass.yml
index 8082b44..ecdd70e 100644
--- a/scripts/elasticsearch/01-storageclass.yml
+++ b/scripts/elasticsearch/01-storageclass.yml
@@ -18,7 +18,6 @@ kind: StorageClass
 apiVersion: storage.k8s.io/v1
 metadata:
   name: ssd
-  namespace: skywalking
 provisioner: kubernetes.io/gce-pd
 parameters:
   type: pd-ssd



[skywalking-kubernetes] 18/48: mv metrictemplete to metrictemplate

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 9ee4dcfa1f1acc3b6b683ebbe2d61c9128405365
Author: wayilau 
AuthorDate: Tue Mar 19 09:52:59 2019 +0800

mv metrictemplete to metrictemplate
---
 .../istio/01-metrictemplete.yml => 6.0.0-GA/istio/01-metrictemplate.yml}  | 0
 6/6.0.0-alpha/istio/{01-metrictemplete.yml => 01-metrictemplate.yml}  | 0
 .../01-metrictemplete.yml => 6.0.0-beta/istio/01-metrictemplate.yml}  | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/6/6.0.0-beta/istio/01-metrictemplete.yml 
b/6/6.0.0-GA/istio/01-metrictemplate.yml
similarity index 100%
rename from 6/6.0.0-beta/istio/01-metrictemplete.yml
rename to 6/6.0.0-GA/istio/01-metrictemplate.yml
diff --git a/6/6.0.0-alpha/istio/01-metrictemplete.yml 
b/6/6.0.0-alpha/istio/01-metrictemplate.yml
similarity index 100%
rename from 6/6.0.0-alpha/istio/01-metrictemplete.yml
rename to 6/6.0.0-alpha/istio/01-metrictemplate.yml
diff --git a/6/6.0.0-GA/istio/01-metrictemplete.yml 
b/6/6.0.0-beta/istio/01-metrictemplate.yml
similarity index 100%
rename from 6/6.0.0-GA/istio/01-metrictemplete.yml
rename to 6/6.0.0-beta/istio/01-metrictemplate.yml



[skywalking-kubernetes] 16/48: fix indent problem

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 98e796034ecc7135f84508f39feff7aee62eb569
Author: wangweihan 
AuthorDate: Fri Feb 1 11:29:54 2019 +0800

fix indent problem
---
 6/6.0.0-GA/oap/01-config.yml | 512 +--
 1 file changed, 256 insertions(+), 256 deletions(-)

diff --git a/6/6.0.0-GA/oap/01-config.yml b/6/6.0.0-GA/oap/01-config.yml
index 2652bb8..23b22b1 100644
--- a/6/6.0.0-GA/oap/01-config.yml
+++ b/6/6.0.0-GA/oap/01-config.yml
@@ -112,263 +112,263 @@ data:
 
   component-libraries.yml: |-
 Tomcat:
-  id: 1
-  languages: Java
-HttpClient:
-  id: 2
-  languages: Java,C#,Node.js
-Dubbo:
-  id: 3
-  languages: Java
-H2:
-  id: 4
-  languages: Java
-Mysql:
-  id: 5
-  languages: Java,C#,Node.js
-ORACLE:
-  id: 6
-  languages: Java
-Redis:
-  id: 7
-  languages: Java,C#,Node.js
-Motan:
-  id: 8
-  languages: Java
-MongoDB:
-  id: 9
-  languages: Java,C#,Node.js
-Resin:
-  id: 10
-  languages: Java
-Feign:
-  id: 11
-  languages: Java
-OKHttp:
-  id: 12
-  languages: Java
-SpringRestTemplate:
-  id: 13
-  languages: Java
-SpringMVC:
-  id: 14
-  languages: Java
-Struts2:
-  id: 15
-  languages: Java
-NutzMVC:
-  id: 16
-  languages: Java
-NutzHttp:
-  id: 17
-  languages: Java
-JettyClient:
-  id: 18
-  languages: Java
-JettyServer:
-  id: 19
-  languages: Java
-Memcached:
-  id: 20
-  languages: Java
-ShardingJDBC:
-  id: 21
-  languages: Java
-PostgreSQL:
-  id: 22
-  languages: Java,C#,Node.js
-GRPC:
-  id: 23
-  languages: Java
-ElasticJob:
-  id: 24
-  languages: Java
-RocketMQ:
-  id: 25
-  languages: Java
-httpasyncclient:
-  id: 26
-  languages: Java
-Kafka:
-  id: 27
-  languages: Java
-ServiceComb:
-  id: 28
-  languages: Java
-Hystrix:
-  id: 29
-  languages: Java
-Jedis:
-  id: 30
-  languages: Java
-SQLite:
-  id: 31
-  languages: Java,C#
-h2-jdbc-driver:
-  id: 32
-  languages: Java
-mysql-connector-java:
-  id: 33
-  languages: Java
-ojdbc:
-  id: 34
-  languages: Java
-Spymemcached:
-  id: 35
-  languages: Java
-Xmemcached:
-  id: 36
-  languages: Java
-postgresql-jdbc-driver:
-  id: 37
-  languages: Java
-rocketMQ-producer:
-  id: 38
-  languages: Java
-rocketMQ-consumer:
-  id: 39
-  languages: Java
-kafka-producer:
-  id: 40
-  languages: Java
-kafka-consumer:
-  id: 41
-  languages: Java
-mongodb-driver:
-  id: 42
-  languages: Java
-SOFARPC:
-  id: 43
-  languages: Java
-ActiveMQ:
-  id: 44
-  languages: Java
-activemq-producer:
-  id: 45
-  languages: Java
-activemq-consumer:
-  id: 46
-  languages: Java
-Elasticsearch:
-  id: 47
-  languages: Java
-transport-client:
-  id: 48
-  languages: Java
-http:
-  id: 49
-  languages: Java,C#,Node.js
-rpc:
-  id: 50
-  languages: Java,C#,Node.js
-RabbitMQ:
-  id: 51
-  languages: Java
-rabbitmq-producer:
-  id: 52
-  languages: Java
-rabbitmq-consumer:
-  id: 53
-  languages: Java
-Canal:
-  id: 54
-  languages: Java
-Gson:
-  id: 55
-  languages: Java
-Redisson:
-  id: 56
-  languages: Java
-AspNetCore:
-  id: 3001
-  languages: C#
-EntityFrameworkCore:
-  id: 3002
-  languages: C#
-SqlClient:
-  id: 3003
-  languages: C#
-CAP:
-  id: 3004
-  languages: C#
-StackExchange.Redis:
-  id: 3005
-  languages: C#
-SqlServer:
-  id: 3006
-  languages: C#
-Npgsql:
-  id: 3007
-  languages: C#
-MySqlConnector:
-  id: 3008
-  languages: C#
-EntityFrameworkCore.InMemory:
-  id: 3009
-  languages: C#
-EntityFrameworkCore.SqlServer:
-  id: 3010
-  languages: C#
-EntityFrameworkCore.Sqlite:
-  id: 3011
-  languages: C#
-Pomelo.EntityFrameworkCore.MySql:
-  id: 3012
-  languages: C#
-Npgsql.EntityFrameworkCore.PostgreSQL:
-  id: 3013
-  languages: C#
-InMemoryDatabase:
-  id: 3014
-  languages: C#
-AspNet:
-  id: 3015
-  languages: C#
+  id: 1
+  languages: Java
+HttpClient:
+  id: 2
+  languages: Java,C#,Node.js
+Dubbo:
+  id: 3
+  languages: Java
+H2:
+  id: 4
+  languages: Java
+Mysql:
+  id: 5
+  languages: Java,C#,Node.js
+ORACLE:
+  id: 6
+  languages: Java
+Redis:
+  id: 7
+  languages: Java,C#,Node.js
+Motan:
+  id: 8
+  languages: Java
+MongoDB:
+  id: 9
+  languages: Java,C#,Node.js
+Resin:
+  id: 10
+  languages: Java
+Feign:
+  id: 11
+  languages: Java
+OKHttp:
+  id: 12
+  languages: Java
+SpringRestTemplate:
+  id: 13
+  languages: Java
+SpringMVC:
+  id: 14
+  languages: Java
+Struts2:
+  id: 15
+  languages: Java
+NutzMVC:
+  id: 16
+  languages: Java
+NutzHttp:
+  id: 17
+  languages: Java
+JettyClient:
+  id: 18
+  languages: Java
+JettyServer:
+  id: 19
+  languages: Java
+Memcached:
+  id: 20
+  languages: Java
+ShardingJDBC:
+  id: 21
+  languages: Java
+PostgreSQL:
+  id: 22
+  

[skywalking-kubernetes] 37/48: home fix

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit fa754a01004c124cec9cba0a5b77393f9db633d5
Author: innerpeacez 
AuthorDate: Thu Aug 15 09:52:43 2019 +0800

home fix
---
 helm-chart/helm3/6.3.0/skywalking/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-chart/helm3/6.3.0/skywalking/Chart.yaml 
b/helm-chart/helm3/6.3.0/skywalking/Chart.yaml
index b12bc7d..8657909 100644
--- a/helm-chart/helm3/6.3.0/skywalking/Chart.yaml
+++ b/helm-chart/helm3/6.3.0/skywalking/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v1
 name: skywalking
-home: https://www.elastic.co/products/elasticsearch
+home: https://skywalking.apache.org
 version: 0.1.0
 appVersion: 6.3.0
 description: Apache SkyWalking APM System



[skywalking-kubernetes] 40/48: logo for chart

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 81c5699157f4174395922113459d2b1b61d1d9e6
Author: innerpeacez 
AuthorDate: Tue Oct 8 16:22:20 2019 +0800

logo for chart
---
 logo/sw-logo-for-chart.jpg | Bin 0 -> 7080 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/logo/sw-logo-for-chart.jpg b/logo/sw-logo-for-chart.jpg
new file mode 100644
index 000..1455612
Binary files /dev/null and b/logo/sw-logo-for-chart.jpg differ



[GitHub] [skywalking-kubernetes] innerpeacez merged pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
innerpeacez merged pull request #21: modify role to clusterrole
URL: https://github.com/apache/skywalking-kubernetes/pull/21
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking-kubernetes] 35/48: add elasticsearch master, data and client Values

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 221c9c4d6e2ff5b3dc91ab8467551c747635b51d
Author: innerpeacez 
AuthorDate: Tue Aug 13 14:58:17 2019 +0800

add elasticsearch master,data and client Values
---
 helm-chart/6.0.0-GA/skywalking/Chart.yaml  |   4 +-
 helm-chart/6.1.0/{ => skywalking}/.helmignore  |   0
 helm-chart/6.1.0/{ => skywalking}/Chart.yaml   |   2 +
 helm-chart/6.1.0/{ => skywalking}/OWNERS   |   0
 helm-chart/6.1.0/{ => skywalking}/README.md|   0
 .../6.1.0/{ => skywalking}/requirements.lock   |   0
 .../6.1.0/{ => skywalking}/requirements.yaml   |   0
 .../6.1.0/{ => skywalking}/templates/NOTES.txt |   0
 .../6.1.0/{ => skywalking}/templates/_helpers.tpl  |   0
 .../{ => skywalking}/templates/es-init.job.yaml|   0
 .../{ => skywalking}/templates/oap-deployment.yaml |   0
 .../6.1.0/{ => skywalking}/templates/oap-role.yaml |   0
 .../templates/oap-rolebinding.yaml |   0
 .../templates/oap-serviceaccount.yaml  |   0
 .../6.1.0/{ => skywalking}/templates/oap-svc.yaml  |   0
 .../{ => skywalking}/templates/ui-deployment.yaml  |   0
 .../{ => skywalking}/templates/ui-ingress.yaml |   0
 .../6.1.0/{ => skywalking}/templates/ui-svc.yaml   |   0
 helm-chart/6.1.0/skywalking/values.yaml| 247 +
 helm-chart/6.1.0/values.yaml   |  82 ---
 20 files changed, 252 insertions(+), 83 deletions(-)

diff --git a/helm-chart/6.0.0-GA/skywalking/Chart.yaml 
b/helm-chart/6.0.0-GA/skywalking/Chart.yaml
index 1490ee9..566ff3c 100644
--- a/helm-chart/6.0.0-GA/skywalking/Chart.yaml
+++ b/helm-chart/6.0.0-GA/skywalking/Chart.yaml
@@ -6,4 +6,6 @@ version: 0.1.0
 icon: 
https://github.com/apache/skywalking-kubernetes/blob/master/logo/skywalking-logo2.png
 maintainers:
 - name: innerpeacez
-  email: innerpeace.z...@gmail.com
\ No newline at end of file
+  email: innerpeace.z...@gmail.com
+- name: hanahmily
+  email: hanahm...@gmail.com
\ No newline at end of file
diff --git a/helm-chart/6.1.0/.helmignore 
b/helm-chart/6.1.0/skywalking/.helmignore
similarity index 100%
rename from helm-chart/6.1.0/.helmignore
rename to helm-chart/6.1.0/skywalking/.helmignore
diff --git a/helm-chart/6.1.0/Chart.yaml 
b/helm-chart/6.1.0/skywalking/Chart.yaml
similarity index 87%
rename from helm-chart/6.1.0/Chart.yaml
rename to helm-chart/6.1.0/skywalking/Chart.yaml
index df60971..5c9a852 100644
--- a/helm-chart/6.1.0/Chart.yaml
+++ b/helm-chart/6.1.0/skywalking/Chart.yaml
@@ -10,3 +10,5 @@ sources:
 maintainers:
 - name: hanahmily
   email: hanahm...@gmail.com
+- name: innerpeacez
+  email: innerpeace.z...@gmail.com
\ No newline at end of file
diff --git a/helm-chart/6.1.0/OWNERS b/helm-chart/6.1.0/skywalking/OWNERS
similarity index 100%
rename from helm-chart/6.1.0/OWNERS
rename to helm-chart/6.1.0/skywalking/OWNERS
diff --git a/helm-chart/6.1.0/README.md b/helm-chart/6.1.0/skywalking/README.md
similarity index 100%
rename from helm-chart/6.1.0/README.md
rename to helm-chart/6.1.0/skywalking/README.md
diff --git a/helm-chart/6.1.0/requirements.lock 
b/helm-chart/6.1.0/skywalking/requirements.lock
similarity index 100%
rename from helm-chart/6.1.0/requirements.lock
rename to helm-chart/6.1.0/skywalking/requirements.lock
diff --git a/helm-chart/6.1.0/requirements.yaml 
b/helm-chart/6.1.0/skywalking/requirements.yaml
similarity index 100%
rename from helm-chart/6.1.0/requirements.yaml
rename to helm-chart/6.1.0/skywalking/requirements.yaml
diff --git a/helm-chart/6.1.0/templates/NOTES.txt 
b/helm-chart/6.1.0/skywalking/templates/NOTES.txt
similarity index 100%
rename from helm-chart/6.1.0/templates/NOTES.txt
rename to helm-chart/6.1.0/skywalking/templates/NOTES.txt
diff --git a/helm-chart/6.1.0/templates/_helpers.tpl 
b/helm-chart/6.1.0/skywalking/templates/_helpers.tpl
similarity index 100%
rename from helm-chart/6.1.0/templates/_helpers.tpl
rename to helm-chart/6.1.0/skywalking/templates/_helpers.tpl
diff --git a/helm-chart/6.1.0/templates/es-init.job.yaml 
b/helm-chart/6.1.0/skywalking/templates/es-init.job.yaml
similarity index 100%
rename from helm-chart/6.1.0/templates/es-init.job.yaml
rename to helm-chart/6.1.0/skywalking/templates/es-init.job.yaml
diff --git a/helm-chart/6.1.0/templates/oap-deployment.yaml 
b/helm-chart/6.1.0/skywalking/templates/oap-deployment.yaml
similarity index 100%
rename from helm-chart/6.1.0/templates/oap-deployment.yaml
rename to helm-chart/6.1.0/skywalking/templates/oap-deployment.yaml
diff --git a/helm-chart/6.1.0/templates/oap-role.yaml 
b/helm-chart/6.1.0/skywalking/templates/oap-role.yaml
similarity index 100%
rename from helm-chart/6.1.0/templates/oap-role.yaml
rename to helm-chart/6.1.0/skywalking/templates/oap-role.yaml
diff --git a/helm-chart/6.1.0/templates/oap-rolebinding.yaml 

[skywalking-kubernetes] 25/48: Merge pull request #11 from innerpeacez/charts

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 68ffef3c94c0d5ac389767208869850e006bbcc0
Merge: 99a31f1 1aa4166
Author: 吴晟 Wu Sheng 
AuthorDate: Thu May 23 20:29:55 2019 +0800

Merge pull request #11 from innerpeacez/charts

add icon in Chart.yaml

 helm/charts/6/6.0.0-GA/skywalking/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[skywalking-kubernetes] 17/48: Merge pull request #4 from ica10888/master

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 59b5ed5c42d33ac5e96554e1578941390aca5047
Merge: 0dcefa7 98e7960
Author: Gao Hongtao 
AuthorDate: Fri Feb 1 12:47:32 2019 +0800

Merge pull request #4 from ica10888/master

indent problem

 6/6.0.0-GA/oap/01-config.yml | 512 +--
 1 file changed, 256 insertions(+), 256 deletions(-)



[skywalking-kubernetes] 27/48: fix ui 6.0-GA cann't connect oap 6.0

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 1be0be55c8bd5675d9f2f4ef51e9aa8c956730c2
Author: tristan-tsl <46754544+tristan-...@users.noreply.github.com>
AuthorDate: Wed Jun 19 20:42:37 2019 +0800

fix ui 6.0-GA cann't connect oap 6.0

althought the ui has default timeout value,but i fount it not work,i try to 
explicit to set timeout value,well,it work
---
 6/6.0.0-GA/ui/02-deployment.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/6/6.0.0-GA/ui/02-deployment.yml b/6/6.0.0-GA/ui/02-deployment.yml
index ff9feb3..a51809b 100644
--- a/6/6.0.0-GA/ui/02-deployment.yml
+++ b/6/6.0.0-GA/ui/02-deployment.yml
@@ -45,3 +45,5 @@ spec:
 env:
 - name:  collector.ribbon.listOfServers
   value: oap:12800
+- name:  collector.ribbon.ReadTimeout
+  value: "2"



[skywalking-kubernetes] 07/48: Add 6.0.0-alpha scripts

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit ed5d410376f74dce51e9628496c0d90a52ea86af
Author: gaohongtao 
AuthorDate: Sat Dec 1 22:29:20 2018 +0800

Add 6.0.0-alpha scripts
---
 .../6.0.0-alpha}/elasticsearch/01-storageclass.yml |  0
 .../6.0.0-alpha}/elasticsearch/02-service.yml  |  0
 .../6.0.0-alpha}/elasticsearch/03-statefulset.yml  |  0
 .../6.0.0-alpha}/istio/01-metrictemplete.yml   |  0
 .../6.0.0-alpha}/istio/02-skywalingadapter.yml |  0
 .../6.0.0-alpha}/istio/03-operator_cfg.yml |  0
 {scripts => 6/6.0.0-alpha}/oap/00-rbac.yml |  0
 {scripts => 6/6.0.0-alpha}/oap/01-config.yml   |  0
 {scripts => 6/6.0.0-alpha}/oap/01-service.yml  |  0
 {scripts => 6/6.0.0-alpha}/oap/02-deployment.yml   | 18 --
 {scripts => 6/6.0.0-alpha}/ui/01-service.yml   |  0
 {scripts => 6/6.0.0-alpha}/ui/02-deployment.yml|  2 +-
 README.md  |  8 
 scripts/namespace.yml  | 22 --
 14 files changed, 21 insertions(+), 29 deletions(-)

diff --git a/scripts/elasticsearch/01-storageclass.yml 
b/6/6.0.0-alpha/elasticsearch/01-storageclass.yml
similarity index 100%
rename from scripts/elasticsearch/01-storageclass.yml
rename to 6/6.0.0-alpha/elasticsearch/01-storageclass.yml
diff --git a/scripts/elasticsearch/02-service.yml 
b/6/6.0.0-alpha/elasticsearch/02-service.yml
similarity index 100%
rename from scripts/elasticsearch/02-service.yml
rename to 6/6.0.0-alpha/elasticsearch/02-service.yml
diff --git a/scripts/elasticsearch/03-statefulset.yml 
b/6/6.0.0-alpha/elasticsearch/03-statefulset.yml
similarity index 100%
rename from scripts/elasticsearch/03-statefulset.yml
rename to 6/6.0.0-alpha/elasticsearch/03-statefulset.yml
diff --git a/scripts/istio/01-metrictemplete.yml 
b/6/6.0.0-alpha/istio/01-metrictemplete.yml
similarity index 100%
rename from scripts/istio/01-metrictemplete.yml
rename to 6/6.0.0-alpha/istio/01-metrictemplete.yml
diff --git a/scripts/istio/02-skywalingadapter.yml 
b/6/6.0.0-alpha/istio/02-skywalingadapter.yml
similarity index 100%
rename from scripts/istio/02-skywalingadapter.yml
rename to 6/6.0.0-alpha/istio/02-skywalingadapter.yml
diff --git a/scripts/istio/03-operator_cfg.yml 
b/6/6.0.0-alpha/istio/03-operator_cfg.yml
similarity index 100%
rename from scripts/istio/03-operator_cfg.yml
rename to 6/6.0.0-alpha/istio/03-operator_cfg.yml
diff --git a/scripts/oap/00-rbac.yml b/6/6.0.0-alpha/oap/00-rbac.yml
similarity index 100%
rename from scripts/oap/00-rbac.yml
rename to 6/6.0.0-alpha/oap/00-rbac.yml
diff --git a/scripts/oap/01-config.yml b/6/6.0.0-alpha/oap/01-config.yml
similarity index 100%
rename from scripts/oap/01-config.yml
rename to 6/6.0.0-alpha/oap/01-config.yml
diff --git a/scripts/oap/01-service.yml b/6/6.0.0-alpha/oap/01-service.yml
similarity index 100%
rename from scripts/oap/01-service.yml
rename to 6/6.0.0-alpha/oap/01-service.yml
diff --git a/scripts/oap/02-deployment.yml b/6/6.0.0-alpha/oap/02-deployment.yml
similarity index 78%
rename from scripts/oap/02-deployment.yml
rename to 6/6.0.0-alpha/oap/02-deployment.yml
index b525878..a309195 100644
--- a/scripts/oap/02-deployment.yml
+++ b/6/6.0.0-alpha/oap/02-deployment.yml
@@ -32,9 +32,23 @@ spec:
 app: oap
 spec:
   serviceAccountName: skywalking-oap
+  initContainers:
+  - name: init-oap
+image: skywalking/oap:6.0.0-alpha
+resources:
+  requests:
+memory: 1Gi
+  limits:
+memory: 2Gi
+env:
+- name: JAVA_OPTS
+  value: mode=init
+volumeMounts:
+- name: config
+  mountPath: /skywalking/config
   containers:
   - name: oap
-image: us.gcr.io/skywalking-live-demo/skywalking/oap:latest
+image: skywalking/oap:6.0.0-alpha
 ports:
 - containerPort: 11800
   name: grpc
@@ -54,7 +68,7 @@ spec:
   fieldPath: metadata.uid
 volumeMounts:
 - name: config
-  mountPath: /apache-skywalking-apm-incubating/config
+  mountPath: /skywalking/config
   volumes:
   - name: config
 configMap:
diff --git a/scripts/ui/01-service.yml b/6/6.0.0-alpha/ui/01-service.yml
similarity index 100%
rename from scripts/ui/01-service.yml
rename to 6/6.0.0-alpha/ui/01-service.yml
diff --git a/scripts/ui/02-deployment.yml b/6/6.0.0-alpha/ui/02-deployment.yml
similarity index 95%
rename from scripts/ui/02-deployment.yml
rename to 6/6.0.0-alpha/ui/02-deployment.yml
index 2839981..e4f3116 100644
--- a/scripts/ui/02-deployment.yml
+++ b/6/6.0.0-alpha/ui/02-deployment.yml
@@ -33,7 +33,7 @@ spec:
 spec:
   containers:
   - name: ui
-image: us.gcr.io/skywalking-live-demo/skywalking/ui:latest
+image: skywalking/ui:6.0.0-alpha
  

[skywalking-kubernetes] 05/48: Update 03-statefulset.yml

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit fe66a754b6820628ee68fe5c8f6329f6781ac8b7
Author: Gao Hongtao 
AuthorDate: Mon Nov 5 15:31:50 2018 +0800

Update 03-statefulset.yml

Improve discovery config
---
 scripts/elasticsearch/03-statefulset.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/elasticsearch/03-statefulset.yml 
b/scripts/elasticsearch/03-statefulset.yml
index 60b827a..6c6e3a4 100644
--- a/scripts/elasticsearch/03-statefulset.yml
+++ b/scripts/elasticsearch/03-statefulset.yml
@@ -97,7 +97,7 @@ spec:
 fieldPath: metadata.name
   # NOTE: This will tell the elasticsearch node where to connect to 
other nodes to form a cluster
   - name: discovery.zen.ping.unicast.hosts
-value: 
"elasticsearch-0.elasticsearch.skywalking.svc.cluster.local,elasticsearch-1.elasticsearch.skywalking.svc.cluster.local,elasticsearch-2.elasticsearch.skywalking.svc.cluster.local"
+value: elasticsearch:9300
   # NOTE: You can increase the heap size
   - name: ES_JAVA_OPTS
 value: -Xms4g -Xmx4g



[skywalking-kubernetes] 23/48: skywalking logo (#10)

2019-10-21 Thread innerpeacez
This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 99a31f17b52be585998fe3814ed1171a626fe1f1
Author: innerpeacez <37059529+innerpea...@users.noreply.github.com>
AuthorDate: Thu May 23 16:55:59 2019 +0800

skywalking logo (#10)
---
 logo/skywalking-logo.png  | Bin 0 -> 117332 bytes
 logo/skywalking-logo2.png | Bin 0 -> 101365 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/logo/skywalking-logo.png b/logo/skywalking-logo.png
new file mode 100644
index 000..e388801
Binary files /dev/null and b/logo/skywalking-logo.png differ
diff --git a/logo/skywalking-logo2.png b/logo/skywalking-logo2.png
new file mode 100644
index 000..99f087c
Binary files /dev/null and b/logo/skywalking-logo2.png differ



[skywalking] branch scope_name updated (a084a5c -> 5ba3f70)

2019-10-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch scope_name
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from a084a5c  Merge branch 'master' into scope_name
 add 5ba3f70  update md.

No new revisions were added by this update.

Summary of changes:
 docs/en/setup/backend/backend-alarm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [skywalking] wu-sheng commented on issue #3640: Provide agent plugin netty-socketio

2019-10-21 Thread GitBox
wu-sheng commented on issue #3640: Provide agent plugin netty-socketio
URL: https://github.com/apache/skywalking/pull/3640#issuecomment-544812755
 
 
   /run agent-plugin-test-3


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng removed a comment on issue #3640: Provide agent plugin netty-socketio

2019-10-21 Thread GitBox
wu-sheng removed a comment on issue #3640: Provide agent plugin netty-socketio
URL: https://github.com/apache/skywalking/pull/3640#issuecomment-544812787
 
 
   /run e2e


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng removed a comment on issue #3640: Provide agent plugin netty-socketio

2019-10-21 Thread GitBox
wu-sheng removed a comment on issue #3640: Provide agent plugin netty-socketio
URL: https://github.com/apache/skywalking/pull/3640#issuecomment-544812755
 
 
   /run agent-plugin-test-3


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3640: Provide agent plugin netty-socketio

2019-10-21 Thread GitBox
wu-sheng commented on issue #3640: Provide agent plugin netty-socketio
URL: https://github.com/apache/skywalking/pull/3640#issuecomment-544812787
 
 
   /run e2e


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng removed a comment on issue #3640: Provide agent plugin netty-socketio

2019-10-21 Thread GitBox
wu-sheng removed a comment on issue #3640: Provide agent plugin netty-socketio
URL: https://github.com/apache/skywalking/pull/3640#issuecomment-544812322
 
 
   /run agent-plugin-test-2


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3640: Provide agent plugin netty-socketio

2019-10-21 Thread GitBox
wu-sheng commented on issue #3640: Provide agent plugin netty-socketio
URL: https://github.com/apache/skywalking/pull/3640#issuecomment-544812322
 
 
   /run agent-plugin-test-2


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on issue #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on issue #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#issuecomment-544811125
 
 
   @innerpeacez after some typo is fixed I think it's fine to merge it.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on a change in pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on a change in pull request #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#discussion_r337335112
 
 

 ##
 File path: helm-chart/helm3/6.4.0/skywalking/values.yaml
 ##
 @@ -31,9 +31,13 @@ oap:
 #   memory: 4Gi
   # podAnnotations:
   #   example: oap-foo
+  envoy:
+als:
+  enabled: false
+  # more envoy sla ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
 
 Review comment:
   should be `ALS`


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on a change in pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on a change in pull request #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#discussion_r337335051
 
 

 ##
 File path: helm-chart/helm3/6.4.0/skywalking/README.md
 ##
 @@ -56,6 +56,7 @@ The following table lists the configurable parameters of the 
Skywalking chart an
 | `oap.nodeSelector`| OAP labels for master pod assignment 
  | `{}`|
 | `oap.tolerations` | OAP tolerations  
  | `[]`|
 | `oap.resources`   | OAP node resources requests & limits 
  | `{} - cpu limit must be an integer` |
+| `oap.envoy.sla.enabled`   | Open envoy sla   
  | `false` |
 
 Review comment:
   `als`


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on a change in pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on a change in pull request #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#discussion_r337334977
 
 

 ##
 File path: helm-chart/helm3/6.4.0/skywalking/README.md
 ##
 @@ -196,3 +197,18 @@ ui:
 hosts:
   - skywalking.domain.com
 ```
+### Envoy ALS
+
+Envoy ALS(access log service) provides fully logs about RPC routed, including 
HTTP and TCP.
+
+If you want to open envoy sla, you can do this by modifying values.yaml. 
 
 Review comment:
   and should be upper-case 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on a change in pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on a change in pull request #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#discussion_r337334894
 
 

 ##
 File path: helm-chart/helm3/6.4.0/skywalking/README.md
 ##
 @@ -196,3 +197,18 @@ ui:
 hosts:
   - skywalking.domain.com
 ```
+### Envoy ALS
+
+Envoy ALS(access log service) provides fully logs about RPC routed, including 
HTTP and TCP.
+
+If you want to open envoy sla, you can do this by modifying values.yaml. 
+
+```yaml
+oap:
+  envoy:
+sla:
+  enabled: true
+```
+
+When envoy sla , will give ServerAccount clusterrole permission.
+More envoy sla ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
 
 Review comment:
   from `sla` to `als`


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on a change in pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on a change in pull request #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#discussion_r337334937
 
 

 ##
 File path: helm-chart/helm3/6.4.0/skywalking/README.md
 ##
 @@ -196,3 +197,18 @@ ui:
 hosts:
   - skywalking.domain.com
 ```
+### Envoy ALS
+
+Envoy ALS(access log service) provides fully logs about RPC routed, including 
HTTP and TCP.
+
+If you want to open envoy sla, you can do this by modifying values.yaml. 
 
 Review comment:
   should be `als`


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on a change in pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on a change in pull request #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#discussion_r337334835
 
 

 ##
 File path: helm-chart/helm3/6.4.0/skywalking/README.md
 ##
 @@ -196,3 +197,18 @@ ui:
 hosts:
   - skywalking.domain.com
 ```
+### Envoy ALS
+
+Envoy ALS(access log service) provides fully logs about RPC routed, including 
HTTP and TCP.
+
+If you want to open envoy sla, you can do this by modifying values.yaml. 
+
+```yaml
+oap:
+  envoy:
+sla:
 
 Review comment:
   typo. should be `als`


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] hanahmily commented on a change in pull request #21: modify role to clusterrole

2019-10-21 Thread GitBox
hanahmily commented on a change in pull request #21: modify role to clusterrole
URL: 
https://github.com/apache/skywalking-kubernetes/pull/21#discussion_r337334667
 
 

 ##
 File path: helm-chart/helm3/6.4.0/skywalking/README.md
 ##
 @@ -111,7 +112,7 @@ The following table lists the configurable parameters of 
the Skywalking chart an
 | `elasticsearch.master.tolerations` | `[]` | Master tolerations |
 | `elasticsearch.master.heapSize` | `512m` | Master node heap size |
 | `elasticsearch.master.name` | `master` | Master component name |
-| `elasticsearch.master.persistence.enabled` | `true` | Master persistent 
enabled/disabled |
+| `elasticsearch.master.persistence.enabled` | `false` | Master persistent 
enabled/disabled |
 
 Review comment:
    


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3675: abount endpoint '{POST}/abc' and '/abc'

2019-10-21 Thread GitBox
wu-sheng commented on issue #3675: abount endpoint '{POST}/abc' and  '/abc'
URL: https://github.com/apache/skywalking/issues/3675#issuecomment-544809354
 
 
   Which components do these two spans say?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng closed issue #3675: abount endpoint '{POST}/abc' and '/abc'

2019-10-21 Thread GitBox
wu-sheng closed issue #3675: abount endpoint '{POST}/abc' and  '/abc'
URL: https://github.com/apache/skywalking/issues/3675
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3681: Add docker:ulimits config

2019-10-21 Thread GitBox
wu-sheng commented on issue #3681: Add docker:ulimits config
URL: https://github.com/apache/skywalking/pull/3681#issuecomment-544808414
 
 
   @aderm Please recheck whether these configs are necessary in test env. We 
are not running in production.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng removed a comment on issue #3680: Makes the scope of alarm message more semantic.

2019-10-21 Thread GitBox
wu-sheng removed a comment on issue #3680: Makes the scope of alarm message 
more semantic.
URL: https://github.com/apache/skywalking/pull/3680#issuecomment-544807991
 
 
   /run ci


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng removed a comment on issue #3680: Makes the scope of alarm message more semantic.

2019-10-21 Thread GitBox
wu-sheng removed a comment on issue #3680: Makes the scope of alarm message 
more semantic.
URL: https://github.com/apache/skywalking/pull/3680#issuecomment-544808019
 
 
   /run agent-plugin-test


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3680: Makes the scope of alarm message more semantic.

2019-10-21 Thread GitBox
wu-sheng commented on issue #3680: Makes the scope of alarm message more 
semantic.
URL: https://github.com/apache/skywalking/pull/3680#issuecomment-544807991
 
 
   /run ci


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3680: Makes the scope of alarm message more semantic.

2019-10-21 Thread GitBox
wu-sheng commented on issue #3680: Makes the scope of alarm message more 
semantic.
URL: https://github.com/apache/skywalking/pull/3680#issuecomment-544808019
 
 
   /run agent-plugin-test


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3681: Add docker:ulimits config

2019-10-21 Thread GitBox
wu-sheng commented on issue #3681: Add docker:ulimits config
URL: https://github.com/apache/skywalking/pull/3681#issuecomment-544807020
 
 
   @dmsolr Please make sure, we still could control the memory of containers at 
runtime. Memory is limited resources in test env.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on a change in pull request #3648: Add Jenkinsfile-E2E using MySQL provider.

2019-10-21 Thread GitBox
wu-sheng commented on a change in pull request #3648: Add Jenkinsfile-E2E using 
MySQL provider.
URL: https://github.com/apache/skywalking/pull/3648#discussion_r337331892
 
 

 ##
 File path: test/e2e/run.sh
 ##
 @@ -59,8 +68,23 @@ do
   # Some of the tests will modify files in the distribution folder, e.g. 
cluster test will modify the application.yml
   # so we give each test a separate distribution folder here
   mkdir -p "$test_case" && tar -zxf dist/apache-skywalking-apm-bin.tar.gz -C 
"$test_case"
-
-  ./mvnw -Dbuild.id="${BUILD_ID:-local}" 
-De2e.container.version="${E2E_VERSION}" 
-Dsw.home="${base_dir}/$test_case/apache-skywalking-apm-bin" -f 
test/e2e/pom.xml -pl "$test_case" -am verify
+  
+  sky_home_dir="${base_dir}/$test_case/apache-skywalking-apm-bin"
+
+  if ${use_mysql} -eq 1; then
+  echo "MySQL database is storage provider..."
+  
+  # Download MySQL connector.
+  curl ${MYSQL_URL} > "${sky_home_dir}/oap-libs/${MYSQL_DRIVER}"
+  [[ $? -ne 0 ]] && echo "Fail to download ${MYSQL_DRIVER}." && exit 1
+  
+  # Modify application.yml to set MySQL as storage provider.
+  cat "${sky_home_dir}/conf/application.yml" | sed 
'/elasticsearch/,/mysql/d' | sed "/storage:/a \  mysql:" | sed 
"/storage:/,/receiver-sharing-server:/s/#//" > ${TMP_APP_YML}
+  cat ${TMP_APP_YML} > "${sky_home_dir}/conf/application.yml"
+  rm -f ${TMP_APP_YML}
 
 Review comment:
   If MySQL is not started, why test passed? Please verify. @kezhenxu94 
@tristaZero 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] aderm opened a new pull request #3681: Add docker:ulimits config

2019-10-21 Thread GitBox
aderm opened a new pull request #3681: Add docker:ulimits config
URL: https://github.com/apache/skywalking/pull/3681
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [x] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   
   - How to fix?
   
   ___
   ### New feature or improvement
   - Support to configure the ulimit parameter of the Linux environment, such 
as maximum locked-in-memory address space (KB).
   - this conf will be used in elasticsearch-5.x-scenario test.
   ulimits:
   memlock:
   soft: -1
   hard: -1
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3667: feat: add test case for mongodb-3.x-plugin

2019-10-21 Thread GitBox
wu-sheng commented on issue #3667: feat: add test case for mongodb-3.x-plugin
URL: https://github.com/apache/skywalking/pull/3667#issuecomment-544806389
 
 
   SOFARPC tests merged, please add yours into group 1 and resolve the 
conflicts.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch scope_name updated (5c2fc77 -> a084a5c)

2019-10-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch scope_name
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 5c2fc77  update md.
 add b817267  [test/plugin] immigrate sofarpc scenario (#3674)
 add a084a5c  Merge branch 'master' into scope_name

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile-Agent-Test-3   | 10 +++-
 .../bin/startup.sh |  3 +-
 .../config/expectedData.yaml   | 67 ++---
 .../configuration.yml  |  6 +-
 .../pom.xml| 24 
 .../src/main/assembly/assembly.xml |  2 +-
 .../apm/testcase/sofarpc/SofaRpcApplication.java   | 69 ++
 .../sofarpc}/controller/CaseController.java| 16 ++---
 .../sofarpc/interfaces/SofaRpcDemoService.java |  8 +--
 .../sofarpc/service/SofaRpcDemoServiceImpl.java| 16 ++---
 .../src/main/resources/application.yml}|  3 +-
 .../support-version.list   | 28 +++--
 12 files changed, 167 insertions(+), 85 deletions(-)
 copy test/plugin/scenarios/{solrj-7.x-scenario => 
sofarpc-scenario}/bin/startup.sh (92%)
 copy test/plugin/scenarios/{gateway-scenario => 
sofarpc-scenario}/config/expectedData.yaml (55%)
 copy test/plugin/scenarios/{dubbo-2.5.x-scenario => 
sofarpc-scenario}/configuration.yml (83%)
 copy test/plugin/scenarios/{dubbo-2.5.x-scenario => sofarpc-scenario}/pom.xml 
(91%)
 copy test/plugin/scenarios/{canal-scenario => 
sofarpc-scenario}/src/main/assembly/assembly.xml (95%)
 create mode 100644 
test/plugin/scenarios/sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc/SofaRpcApplication.java
 copy 
test/plugin/scenarios/{dubbo-2.7.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/dubbo
 => 
sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc}/controller/CaseController.java
 (76%)
 copy 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/match/ClassMatch.java
 => 
test/plugin/scenarios/sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc/interfaces/SofaRpcDemoService.java
 (85%)
 copy 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/jvm/cpu/NoSupportedCPUAccessor.java
 => 
test/plugin/scenarios/sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc/service/SofaRpcDemoServiceImpl.java
 (74%)
 copy 
test/plugin/scenarios/{dubbo-2.5.x-scenario/src/main/resources/application.yaml 
=> sofarpc-scenario/src/main/resources/application.yml} (95%)
 copy test/plugin/scenarios/{canal-scenario => 
sofarpc-scenario}/support-version.list (84%)



[skywalking] branch scope_name updated (f2b4244 -> 5c2fc77)

2019-10-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch scope_name
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from f2b4244  Makes the scope of alarm information more semantic.
 add 5c2fc77  update md.

No new revisions were added by this update.

Summary of changes:
 docs/en/setup/backend/backend-alarm.md | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)



[skywalking] branch master updated (6657e6e -> b817267)

2019-10-21 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 6657e6e  [test/plugin] fast-fail and reliablity (#3666)
 add b817267  [test/plugin] immigrate sofarpc scenario (#3674)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile-Agent-Test-3   | 10 +++-
 .../bin/startup.sh |  3 +-
 .../config/expectedData.yaml   | 67 ++---
 .../configuration.yml  |  6 +-
 .../pom.xml| 24 
 .../src/main/assembly/assembly.xml |  2 +-
 .../apm/testcase/sofarpc/SofaRpcApplication.java   | 69 ++
 .../sofarpc}/controller/CaseController.java| 16 ++---
 .../sofarpc/interfaces/SofaRpcDemoService.java |  8 +--
 .../sofarpc/service/SofaRpcDemoServiceImpl.java| 16 ++---
 .../src/main/resources/application.yml}|  3 +-
 .../support-version.list   | 28 +++--
 12 files changed, 167 insertions(+), 85 deletions(-)
 copy test/plugin/scenarios/{solrj-7.x-scenario => 
sofarpc-scenario}/bin/startup.sh (92%)
 copy test/plugin/scenarios/{gateway-scenario => 
sofarpc-scenario}/config/expectedData.yaml (55%)
 copy test/plugin/scenarios/{dubbo-2.5.x-scenario => 
sofarpc-scenario}/configuration.yml (83%)
 copy test/plugin/scenarios/{dubbo-2.5.x-scenario => sofarpc-scenario}/pom.xml 
(91%)
 copy test/plugin/scenarios/{canal-scenario => 
sofarpc-scenario}/src/main/assembly/assembly.xml (95%)
 create mode 100644 
test/plugin/scenarios/sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc/SofaRpcApplication.java
 copy 
test/plugin/scenarios/{dubbo-2.7.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/dubbo
 => 
sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc}/controller/CaseController.java
 (76%)
 copy 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/match/ClassMatch.java
 => 
test/plugin/scenarios/sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc/interfaces/SofaRpcDemoService.java
 (85%)
 copy 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/jvm/cpu/NoSupportedCPUAccessor.java
 => 
test/plugin/scenarios/sofarpc-scenario/src/main/java/org/apache/skywalking/apm/testcase/sofarpc/service/SofaRpcDemoServiceImpl.java
 (74%)
 copy 
test/plugin/scenarios/{dubbo-2.5.x-scenario/src/main/resources/application.yaml 
=> sofarpc-scenario/src/main/resources/application.yml} (95%)
 copy test/plugin/scenarios/{canal-scenario => 
sofarpc-scenario}/support-version.list (84%)



[GitHub] [skywalking] wu-sheng merged pull request #3674: [test/plugin] immigrate sofarpc scenario

2019-10-21 Thread GitBox
wu-sheng merged pull request #3674: [test/plugin] immigrate sofarpc scenario
URL: https://github.com/apache/skywalking/pull/3674
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3674: [test/plugin] immigrate sofarpc scenario

2019-10-21 Thread GitBox
wu-sheng commented on issue #3674: [test/plugin] immigrate sofarpc scenario
URL: https://github.com/apache/skywalking/pull/3674#issuecomment-544804507
 
 
   Group 1 seems having slots still.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] JaredTan95 opened a new pull request #3680: Makes the scope of alarm message more semantic.

2019-10-21 Thread GitBox
JaredTan95 opened a new pull request #3680: Makes the scope of alarm message 
more semantic.
URL: https://github.com/apache/skywalking/pull/3680
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   https://github.com/apache/skywalking/issues/3672
   ___
   ### Bug fix
   - Bug description.
   
   - How to fix?
   
   ```
   {
"scopeId": 1, 
   "scope": "SERVICE",
   "name": "serviceA", 
"id0": 12,  
"id1": 0,  
"alarmMessage": "alarmMessage ",
"startTime": 1560524171000
   }
   ```
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] 01/01: Makes the scope of alarm information more semantic.

2019-10-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch scope_name
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit f2b42440a7d99baadaee5c98fd0c0b5b750fc430
Author: Jared.Tan 
AuthorDate: Tue Oct 22 12:51:56 2019 +0800

Makes the scope of alarm information more semantic.
---
 docs/en/setup/backend/backend-alarm.md| 6 --
 .../skywalking/oap/server/core/alarm/provider/RunningRule.java| 1 +
 .../oap/server/core/alarm/provider/AlarmMessageFormatterTest.java | 8 
 .../oap/server/core/alarm/provider/RunningRuleTest.java   | 4 
 .../org/apache/skywalking/oap/server/core/alarm/AlarmMessage.java | 1 +
 .../skywalking/oap/server/core/alarm/EndpointMetaInAlarm.java | 4 
 .../org/apache/skywalking/oap/server/core/alarm/MetaInAlarm.java  | 3 +++
 .../oap/server/core/alarm/ServiceInstanceMetaInAlarm.java | 4 
 .../skywalking/oap/server/core/alarm/ServiceMetaInAlarm.java  | 4 
 9 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/backend/backend-alarm.md 
b/docs/en/setup/backend/backend-alarm.md
index 0a2ee51..6012376 100644
--- a/docs/en/setup/backend/backend-alarm.md
+++ b/docs/en/setup/backend/backend-alarm.md
@@ -76,14 +76,16 @@ Example as following
 ```json
 [{
"scopeId": 1, 
-"name": "serviceA", 
+"scope": "SERVICE",
+"name": "serviceA", 
"id0": 12,  
"id1": 0,  
"alarmMessage": "alarmMessage ",
"startTime": 1560524171000
 }, {
"scopeId": 1,
-"name": "serviceB",
+"scope": "SERVICE",
+"name": "serviceB",
"id0": 23,
"id1": 0,
"alarmMessage": "alarmMessage yyy",
diff --git 
a/oap-server/server-alarm-plugin/src/main/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRule.java
 
b/oap-server/server-alarm-plugin/src/main/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRule.java
index 0d6f81e..3c6a8a1 100644
--- 
a/oap-server/server-alarm-plugin/src/main/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRule.java
+++ 
b/oap-server/server-alarm-plugin/src/main/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRule.java
@@ -148,6 +148,7 @@ public class RunningRule {
 AlarmMessage alarmMessage = window.checkAlarm();
 if (alarmMessage != AlarmMessage.NONE) {
 alarmMessage.setScopeId(meta.getScopeId());
+alarmMessage.setScope(meta.getScope());
 alarmMessage.setName(meta.getName());
 alarmMessage.setId0(meta.getId0());
 alarmMessage.setId1(meta.getId1());
diff --git 
a/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/AlarmMessageFormatterTest.java
 
b/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/AlarmMessageFormatterTest.java
index f46d764..05dcc98 100644
--- 
a/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/AlarmMessageFormatterTest.java
+++ 
b/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/AlarmMessageFormatterTest.java
@@ -27,6 +27,10 @@ public class AlarmMessageFormatterTest {
 AlarmMessageFormatter formatter = new AlarmMessageFormatter("abc words 
{sdf");
 String message = formatter.format(new MetaInAlarm() {
 
+@Override public String getScope() {
+return "SERVICE";
+}
+
 @Override public int getScopeId() {
 return -1;
 }
@@ -56,6 +60,10 @@ public class AlarmMessageFormatterTest {
 AlarmMessageFormatter formatter = new AlarmMessageFormatter("abc} 
words {name} - {id} .. {");
 String message = formatter.format(new MetaInAlarm() {
 
+@Override public String getScope() {
+return "SERVICE";
+}
+
 @Override public int getScopeId() {
 return -1;
 }
diff --git 
a/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRuleTest.java
 
b/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRuleTest.java
index 72cea04..12d6d99 100644
--- 
a/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRuleTest.java
+++ 
b/oap-server/server-alarm-plugin/src/test/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRuleTest.java
@@ -183,6 +183,10 @@ public class RunningRuleTest {
 
 private MetaInAlarm getMetaInAlarm(int id) {
 return new MetaInAlarm() {
+@Override public String getScope() {
+return "SERVICE";
+}
+
 @Override public int getScopeId() {
 return 

[skywalking] branch scope_name created (now f2b4244)

2019-10-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch scope_name
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at f2b4244  Makes the scope of alarm information more semantic.

This branch includes the following new commits:

 new f2b4244  Makes the scope of alarm information more semantic.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[GitHub] [skywalking] wu-sheng closed pull request #3678: Add docker:ulimits config

2019-10-21 Thread GitBox
wu-sheng closed pull request #3678: Add docker:ulimits config
URL: https://github.com/apache/skywalking/pull/3678
 
 
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3678: Add docker:ulimits config

2019-10-21 Thread GitBox
wu-sheng commented on issue #3678: Add docker:ulimits config
URL: https://github.com/apache/skywalking/pull/3678#issuecomment-544803787
 
 
   This PR doesn't include explanation


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #3676: Add componentId for apache servicecomb.

2019-10-21 Thread GitBox
wu-sheng commented on issue #3676: Add componentId for apache servicecomb.
URL: https://github.com/apache/skywalking/pull/3676#issuecomment-544803474
 
 
   Do you need so many IDs? We have serivecomb id already.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] dmsolr removed a comment on issue #3679: [test/plugin] docker prune at cleanup

2019-10-21 Thread GitBox
dmsolr removed a comment on issue #3679: [test/plugin] docker prune at cleanup
URL: https://github.com/apache/skywalking/pull/3679#issuecomment-544801701
 
 
   /run agent-plugin-test-3


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] dmsolr commented on issue #3679: [test/plugin] docker prune at cleanup

2019-10-21 Thread GitBox
dmsolr commented on issue #3679: [test/plugin] docker prune at cleanup
URL: https://github.com/apache/skywalking/pull/3679#issuecomment-544801701
 
 
   /run agent-plugin-test-3


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] dmsolr opened a new pull request #3679: [test/plugin] docker prune at cleanup

2019-10-21 Thread GitBox
dmsolr opened a new pull request #3679: [test/plugin] docker prune at cleanup
URL: https://github.com/apache/skywalking/pull/3679
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   Docker prune at cleanup step.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] aderm opened a new pull request #3678: Add docker:ulimits config

2019-10-21 Thread GitBox
aderm opened a new pull request #3678: Add docker:ulimits config
URL: https://github.com/apache/skywalking/pull/3678
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   
   - How to fix?
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #3648: Add Jenkinsfile-E2E using MySQL provider.

2019-10-21 Thread GitBox
kezhenxu94 commented on a change in pull request #3648: Add Jenkinsfile-E2E 
using MySQL provider.
URL: https://github.com/apache/skywalking/pull/3648#discussion_r337318303
 
 

 ##
 File path: test/e2e/run.sh
 ##
 @@ -59,8 +68,23 @@ do
   # Some of the tests will modify files in the distribution folder, e.g. 
cluster test will modify the application.yml
   # so we give each test a separate distribution folder here
   mkdir -p "$test_case" && tar -zxf dist/apache-skywalking-apm-bin.tar.gz -C 
"$test_case"
-
-  ./mvnw -Dbuild.id="${BUILD_ID:-local}" 
-De2e.container.version="${E2E_VERSION}" 
-Dsw.home="${base_dir}/$test_case/apache-skywalking-apm-bin" -f 
test/e2e/pom.xml -pl "$test_case" -am verify
+  
+  sky_home_dir="${base_dir}/$test_case/apache-skywalking-apm-bin"
+
+  if ${use_mysql} -eq 1; then
+  echo "MySQL database is storage provider..."
+  
+  # Download MySQL connector.
+  curl ${MYSQL_URL} > "${sky_home_dir}/oap-libs/${MYSQL_DRIVER}"
+  [[ $? -ne 0 ]] && echo "Fail to download ${MYSQL_DRIVER}." && exit 1
+  
+  # Modify application.yml to set MySQL as storage provider.
+  cat "${sky_home_dir}/conf/application.yml" | sed 
'/elasticsearch/,/mysql/d' | sed "/storage:/a \  mysql:" | sed 
"/storage:/,/receiver-sharing-server:/s/#//" > ${TMP_APP_YML}
+  cat ${TMP_APP_YML} > "${sky_home_dir}/conf/application.yml"
+  rm -f ${TMP_APP_YML}
 
 Review comment:
   > Ok, i will just follow your suggestion. BTW, how to start MySQL service in 
e2e-test? I don't know where MySQL server is.
   
   Docker, refer to the pom.xml in the e2e-cluster module 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] mrproliu commented on a change in pull request #3640: Provide agent plugin netty-socketio

2019-10-21 Thread GitBox
mrproliu commented on a change in pull request #3640: Provide agent plugin 
netty-socketio
URL: https://github.com/apache/skywalking/pull/3640#discussion_r337314201
 
 

 ##
 File path: Jenkinsfile-Agent-Test
 ##
 @@ -88,6 +88,12 @@ pipeline {
 sh 'bash test/plugin/run.sh 
--build_id=wl1_${BUILD_ID} spring-async-scenario'
 }
 }
+
+stage('netty-socketio 1.x (4)') {
+steps {
+sh 'bash test/plugin/run.sh 
--build_id=${BUILD_ID} netty-socketio-scenario'
 
 Review comment:
   resolved


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] dominicqi opened a new pull request #3677: Add register persistent worker latency metrics #3671

2019-10-21 Thread GitBox
dominicqi opened a new pull request #3677: Add register persistent worker 
latency metrics  #3671
URL: https://github.com/apache/skywalking/pull/3677
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [+] New feature provided
   - [ ] Improve performance
   
   - Related issues
   #3671 
   ___
   ### Bug fix
   - Bug description.
   
   - How to fix?
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   Add metrics for register persistent worker  ,and Grafana dashboard.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] xiaoy00 commented on issue #3538: Supporting RequestRateLimiterGatewayFilterFactory

2019-10-21 Thread GitBox
xiaoy00 commented on issue #3538: Supporting 
RequestRateLimiterGatewayFilterFactory
URL: https://github.com/apache/skywalking/pull/3538#issuecomment-544780509
 
 
   /run agent-plugin-test-3
   
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] surechen opened a new pull request #3676: Add componentId for apache servicecomb.

2019-10-21 Thread GitBox
surechen opened a new pull request #3676: Add componentId for apache 
servicecomb.
URL: https://github.com/apache/skywalking/pull/3676
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   
   - How to fix?
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] tristaZero commented on a change in pull request #3648: Add Jenkinsfile-E2E using MySQL provider.

2019-10-21 Thread GitBox
tristaZero commented on a change in pull request #3648: Add Jenkinsfile-E2E 
using MySQL provider.
URL: https://github.com/apache/skywalking/pull/3648#discussion_r337309255
 
 

 ##
 File path: test/e2e/run.sh
 ##
 @@ -59,8 +68,23 @@ do
   # Some of the tests will modify files in the distribution folder, e.g. 
cluster test will modify the application.yml
   # so we give each test a separate distribution folder here
   mkdir -p "$test_case" && tar -zxf dist/apache-skywalking-apm-bin.tar.gz -C 
"$test_case"
-
-  ./mvnw -Dbuild.id="${BUILD_ID:-local}" 
-De2e.container.version="${E2E_VERSION}" 
-Dsw.home="${base_dir}/$test_case/apache-skywalking-apm-bin" -f 
test/e2e/pom.xml -pl "$test_case" -am verify
+  
+  sky_home_dir="${base_dir}/$test_case/apache-skywalking-apm-bin"
+
+  if ${use_mysql} -eq 1; then
+  echo "MySQL database is storage provider..."
+  
+  # Download MySQL connector.
+  curl ${MYSQL_URL} > "${sky_home_dir}/oap-libs/${MYSQL_DRIVER}"
+  [[ $? -ne 0 ]] && echo "Fail to download ${MYSQL_DRIVER}." && exit 1
+  
+  # Modify application.yml to set MySQL as storage provider.
+  cat "${sky_home_dir}/conf/application.yml" | sed 
'/elasticsearch/,/mysql/d' | sed "/storage:/a \  mysql:" | sed 
"/storage:/,/receiver-sharing-server:/s/#//" > ${TMP_APP_YML}
+  cat ${TMP_APP_YML} > "${sky_home_dir}/conf/application.yml"
+  rm -f ${TMP_APP_YML}
 
 Review comment:
   Ok, i will just follow your suggestion. BTW, how to start MySQL service in 
e2e-test? I don't know where MySQL server is.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] arugal commented on issue #3672: Alarm Message

2019-10-21 Thread GitBox
arugal commented on issue #3672: Alarm Message
URL: https://github.com/apache/skywalking/issues/3672#issuecomment-544775852
 
 
   
https://github.com/apache/skywalking/blob/6657e6ec1702cea093cc29f93b5fdda4efbd59a2/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/alarm/AlarmMessage.java#L28-L44
 here?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] yh1968684316 opened a new issue #3675: abount endpoint '{POST}/abc' and '/abc'

2019-10-21 Thread GitBox
yh1968684316 opened a new issue #3675: abount endpoint '{POST}/abc' and  '/abc'
URL: https://github.com/apache/skywalking/issues/3675
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - I find '{POST}/login' and  '/login' in my service's endpoint  list ; 
   The interface of get mode is the same and this phenomenon exists at each 
endpoint . 
   And I want to know why it happened . 
The framework of my project is spring-boot2.0.9 . The service registry is 
Eureka.
   
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #3648: Add Jenkinsfile-E2E using MySQL provider.

2019-10-21 Thread GitBox
kezhenxu94 commented on a change in pull request #3648: Add Jenkinsfile-E2E 
using MySQL provider.
URL: https://github.com/apache/skywalking/pull/3648#discussion_r337303377
 
 

 ##
 File path: test/e2e/run.sh
 ##
 @@ -59,8 +68,23 @@ do
   # Some of the tests will modify files in the distribution folder, e.g. 
cluster test will modify the application.yml
   # so we give each test a separate distribution folder here
   mkdir -p "$test_case" && tar -zxf dist/apache-skywalking-apm-bin.tar.gz -C 
"$test_case"
-
-  ./mvnw -Dbuild.id="${BUILD_ID:-local}" 
-De2e.container.version="${E2E_VERSION}" 
-Dsw.home="${base_dir}/$test_case/apache-skywalking-apm-bin" -f 
test/e2e/pom.xml -pl "$test_case" -am verify
+  
+  sky_home_dir="${base_dir}/$test_case/apache-skywalking-apm-bin"
+
+  if ${use_mysql} -eq 1; then
+  echo "MySQL database is storage provider..."
+  
+  # Download MySQL connector.
+  curl ${MYSQL_URL} > "${sky_home_dir}/oap-libs/${MYSQL_DRIVER}"
+  [[ $? -ne 0 ]] && echo "Fail to download ${MYSQL_DRIVER}." && exit 1
+  
+  # Modify application.yml to set MySQL as storage provider.
+  cat "${sky_home_dir}/conf/application.yml" | sed 
'/elasticsearch/,/mysql/d' | sed "/storage:/a \  mysql:" | sed 
"/storage:/,/receiver-sharing-server:/s/#//" > ${TMP_APP_YML}
+  cat ${TMP_APP_YML} > "${sky_home_dir}/conf/application.yml"
+  rm -f ${TMP_APP_YML}
 
 Review comment:
   These are MySQL case specific, IMHO, `run.sh` is just an overall entry 
point, these can be move to a separate module, say `e2e-mysql`, you can just 
make a copy of `e2e-single-service` module, and put these script under 
`src/docker/rc.d` (e.g. `rc0-prepare.sh`), and we could add MySQL related 
verification there easily in the future


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


  1   2   >