You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my k8s version is 1.28.9,I tried using Envoy versions from 1.17.4 to 1.27.1, but encountered the error "Caught Segmentation fault" in all cases.
The command I am running is envoy -c /ambassador/bootstrap-ads.json --base-id 0 --drain-time-s 600 -l error.
The detailed error is as follows:
At the same time, an error occurred on the host machine, and the details are as follows:
[11578293.116244] envoy[199768]: segfault at 245a00000008 ip 0000559ee8b650f1 sp 00007ff54973d2c0 error 6 in envoy[559ee5743000+372c000][11578293.116253] Code: e8 a4 76 2c 00 cc cc cc cc 55 48 89 e5 41 57 41 56 41 55 41 54 53 48 83 ec 18 49 89 fe bf 40 00 00 00 e8 92 d5 2c 00 49 89 c5 <c7> 40 08 00 00 00 00 48 8d 05 71 36 5c 00 48 83 c0 10 49 89 45 00
I noticed that Envoy retrieves the number of cores from the host machine when starting, which may conflict with Kubernetes' Guaranteed QoS. Could this be the cause of the issue?
The text was updated successfully, but these errors were encountered:
my k8s version is 1.28.9,I tried using Envoy versions from 1.17.4 to 1.27.1, but encountered the error "Caught Segmentation fault" in all cases.
The command I am running is envoy -c /ambassador/bootstrap-ads.json --base-id 0 --drain-time-s 600 -l error.
The detailed error is as follows:
At the same time, an error occurred on the host machine, and the details are as follows:
I noticed that Envoy retrieves the number of cores from the host machine when starting, which may conflict with Kubernetes' Guaranteed QoS. Could this be the cause of the issue?
The text was updated successfully, but these errors were encountered: