lyzhang1999 opened a new issue #5060:
URL: https://github.com/apache/skywalking/issues/5060


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - in Istio, enable envoyAccessLogService has been change, so we can't enable 
envoyAccessLogService by 
   ```
   istioctl manifest apply --set profile=demo --set 
values.global.proxy.envoyAccessLogService.enabled=true --set 
values.global.proxy.envoyAccessLogService.host="skywalking-oap.skywalking" 
--set values.global.proxy.envoyAccessLogService.port="11800"
   ```
   
   here is istio MR:https://github.com/istio/istio/pull/25058
   envoyAccessLogService has been change to
   ```
   istioctl manifest apply --set profile=demo --set 
meshConfig.defaultConfig.envoyAccessLogService.address=skywalking-oap.skywalking.svc:11800
   ```
   so the document need to be edit.
   
   istio version:1.6.4
   skywalking version:8.0.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


Reply via email to