You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/08/30 23:36:18 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #5414: Update als_setting.md

wu-sheng commented on a change in pull request #5414:
URL: https://github.com/apache/skywalking/pull/5414#discussion_r479830271



##########
File path: docs/en/setup/envoy/als_setting.md
##########
@@ -29,6 +29,21 @@ envoy-metric:
 ```
 Note multiple value,please use `,` symbol split
 
+Here's an example to deploy SkyWalking by Helm chart.
+
+```
+istioctl install --set profile=demo --set meshConfig.defaultConfig.envoyAccessLogService.address=skywalking-oap.istio-system:11800 --set meshConfig.enableEnvoyAccessLogService=true
+
+git checkout https://github.com/apache/skywalking-kubernetes.git
+cd skywalking-kubernetes/chart
+
+helm repo add elastic https://helm.elastic.co
+
+helm dep up skywalking
+
+helm install 8.1.0 skywalking -n istio-system --set oap.env.SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS=k8s-mesh --set fullnameOverride=skywalking --set oap.envoy.als.enabled=true

Review comment:
       I think should remove oap.envoy.als.enabled=true?




----------------------------------------------------------------
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:
users@infra.apache.org