Iceoryx2 in Kubernetes, FailedToDeliverSignal. #2498
Replies: 2 comments 2 replies
-
@DrissiReda this is the repository for classic iceoryx. Could you repost the issue in iceoryx2 https://github.com/eclipse-iceoryx/iceoryx2 |
Beta Was this translation helpful? Give feedback.
2 replies
-
@DrissiReda I would close the discussion here, since this is specifically a discussion for iceoryx2 and for discoverability, it is better to have the discussion in the iceoryx2 repo -> eclipse-iceoryx/iceoryx2#1107 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, did anyone ever use iceoryx2 in Kubernetes?
I want to run a pod with multiple containers that communicate with each other via iceoryx2. I used the event based communication rust example.
With docker compose it works well simply by mounting the same
/dev/shm
to all services.I thought it would be the same with Kubernetes, simply creating an emptyDir and mounting it to
/dev/shm
and addingshareProcessNamespace: true
but that is clearly not enough.I don't think the issue is with the code because it still works well and communication indeed does take place, I just keep getting this warning.
I'm getting this warning by the sender when it is supposed to notify the next container.
Does anybody have any idea?
Here is the warning:
Beta Was this translation helpful? Give feedback.
All reactions