This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Add GRPC endpoint to retrieve OOM events #751
Labels
Comments
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Feb 28, 2020
fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Feb 28, 2020
fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 1, 2020
fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 3, 2020
fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 3, 2020
fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 13, 2020
This commit adds a new GRPC endpoint to retrieve OOM events from the running containers. This uses a single unbuffered channel to collect OOM events from multiple OOM event channels. The GRPC endpoint will block waiting for new OOM events. fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 13, 2020
This commit adds a new GRPC endpoint to retrieve OOM events from the running containers. This uses a single unbuffered channel to collect OOM events from multiple OOM event channels. The GRPC endpoint will block waiting for new OOM events. fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Apr 3, 2020
This commit adds a new GRPC endpoint to retrieve OOM events from the running containers. This uses a single unbuffered channel to collect OOM events from multiple OOM event channels. The GRPC endpoint will block waiting for new OOM events. fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Apr 3, 2020
This commit adds a new GRPC endpoint to retrieve OOM events from the running containers. This uses a single unbuffered channel to collect OOM events from multiple OOM event channels. The GRPC endpoint will block waiting for new OOM events. fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Apr 20, 2020
This commit adds a new GRPC endpoint to retrieve OOM events from the running containers. This uses a single unbuffered channel to collect OOM events from multiple OOM event channels. The GRPC endpoint will block waiting for new OOM events. fixes kata-containers#751 Signed-off-by: Alex Price <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is to create a GRPC endpoint that will allow the runtime/shim to retrieve OOM events from the agent.
This is the corresponding issue in the runtime: kata-containers/runtime#2150
The text was updated successfully, but these errors were encountered: