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 2021/08/29 06:56:39 UTC

[GitHub] [skywalking] wingying opened a new issue #7599: istio 1.8.1 installed on aliyun ACK, use helm install skywalking, forbidden error in oap pod log

wingying opened a new issue #7599:
URL: https://github.com/apache/skywalking/issues/7599


   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
   - What do you want to know?
   I installed istio 1.8.1 in aliyun ACK kubernetes, just want to use skywalking, I used helm to install:
   
   helm install skywalking skywalking/skywalking -n istio-system \
     --set oap.image.tag=8.0.1-es6 \
     --set oap.storageType=elasticsearch \
     --set oap.env.SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS=k8s-mesh \
     --set oap.env.envoy.als.enabled=true \
     --set ui.image.tag=8.0.1 \
     --set elasticsearch.imageTag=6.8.6
   
   It is installed successfully. However, in oap pod log shows:
   2021-08-29 06:46:53,097 - org.apache.skywalking.oap.server.receiver.envoy.als.K8sALSServiceMeshHTTPAnalysis -4494000 [load-pod-0] ERROR [] - run load pod error
   io.kubernetes.client.ApiException: Forbidden
   	at io.kubernetes.client.ApiClient.handleResponse(ApiClient.java:882) ~[client-java-api-4.0.0.jar:?]
   	at io.kubernetes.client.ApiClient.execute(ApiClient.java:798) ~[client-java-api-4.0.0.jar:?]
   	at io.kubernetes.client.apis.CoreV1Api.listPodForAllNamespacesWithHttpInfo(CoreV1Api.java:18795) ~[client-java-api-4.0.0.jar:?]
   	at io.kubernetes.client.apis.CoreV1Api.listPodForAllNamespaces(CoreV1Api.java:18773) ~[client-java-api-4.0.0.jar:?]
   	at org.apache.skywalking.oap.server.receiver.envoy.als.K8sALSServiceMeshHTTPAnalysis.loadPodInfo(K8sALSServiceMeshHTTPAnalysis.java:101) ~[envoy-metrics-receiver-plugin-8.0.1.jar:8.0.1]
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
   	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_212]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_212]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:1.8.0_212]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
   	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
   
   Nothing display in skywalking UI.


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

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

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



[GitHub] [skywalking] wu-sheng closed issue #7599: istio 1.8.1 installed on aliyun ACK, use helm install skywalking, forbidden error in oap pod log

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #7599:
URL: https://github.com/apache/skywalking/issues/7599


   


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

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

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