-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid path: /var/local/lib/wasme-cache when deploying on Istio #158
Comments
I think I know what the issue is here. We re-wrote our CI/CD release pipeline for the 0.0.24 release and it looks like the |
Yes, this should be fixed by #159 |
|
False alarm, this is indeed fixed by the |
hello 0.0.26 still has this problem.
|
Hi @GuangTianLi, It looks like your issue is different. The original issue here was complaining about an invalid path, which was ultimately caused by the wrong version of the operator being loaded. It looks like in your error message the WASM code is failing to initialize, but it's not complaining about invalid paths. |
i am sorry , my 0.0.26 version still has this problem, can someone tell me why? `2020-08-31T02:55:52.212398Z info Envoy command: [-c etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster details.istio-project --service-node sidecar 2020-08-31T02:55:59.287257Z warn Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 1 rejected |
i believe the CI issues are related to an envoy bug that was only recently fixed. i.e. the approach in the PR might only work for the next istio release |
restart the target pods? when I use
And then the new POD couldn't init successfully, you mean that restart the pod that couldn't init successfully can solve this issue? |
@pantianying Yes, for now restarting the pod should fix it. Unfortunately like @yuval-k mentioned we're waiting for Istio to pull in the upstream envoy fix for the issue which ultimately causes this cache race condition. |
@Sodman It's still failing for me And then my pod crashes Wasme version 0.0.32 I am able to make it work on |
Hi @harpratap, do the logs from the |
I guess that it can be resolved by delete the po in wasme namespace. laughing |
I've followed this guide:
https://docs.solo.io/web-assembly-hub/latest/tutorial_code/deploy_tutorials/deploying_with_istio/
And was able to deploy on my cluster running Istio 1.6.7, but then I got this error on all the Pod from the
istio-proxy
container:The same filter works when I deploy it on Gloo.
The text was updated successfully, but these errors were encountered: