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
I reported this this in the everest-demo project yesterday, since I encountered this issue while trying out the container images published by that project, but the problem appears to occur in the source code of the everest-framework project (specifically in manager.cpp), and this project also appears to be a bit more active than that one. So that's why I'm raising the issue here as well.
Long story short, when I try to deploy the three container images to a Kubernetes cluster (specifically Amazon EKS), the manager pod fails to start and logs the following error:
[2024-06-05 13:53:18.883199] [0x00007f730994bb48] [info] Main manager process exits because of caught exception:
stoi
Hi! 👋
I reported this this in the everest-demo project yesterday, since I encountered this issue while trying out the container images published by that project, but the problem appears to occur in the source code of the
everest-framework
project (specifically in manager.cpp), and this project also appears to be a bit more active than that one. So that's why I'm raising the issue here as well.Long story short, when I try to deploy the three container images to a Kubernetes cluster (specifically Amazon EKS), the
manager
pod fails to start and logs the following error:For more details, also on how to reproduce this, with step-by-step conversion-and-deployment instructions, see the other issue at the everest-demo project.
I'd really like to deploy EVerest to one of our test clusters, so we can evaluate it as a potential charger simulator and/or testing tool.
Thanks for any help you can provide here. 🙏
The text was updated successfully, but these errors were encountered: