Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Add GRPC endpoint to retrieve OOM events #751

Closed
awprice opened this issue Feb 28, 2020 · 0 comments · Fixed by #752
Closed

Add GRPC endpoint to retrieve OOM events #751

awprice opened this issue Feb 28, 2020 · 0 comments · Fixed by #752
Labels
feature New functionality needs-review Needs to be assessed by the team.

Comments

@awprice
Copy link
Contributor

awprice commented Feb 28, 2020

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

@awprice awprice added feature New functionality needs-review Needs to be assessed by the team. labels Feb 28, 2020
awprice added a commit to awprice/kata-agent that referenced this issue Feb 28, 2020
awprice added a commit to awprice/kata-agent that referenced this issue Feb 28, 2020
awprice added a commit to awprice/kata-agent that referenced this issue Mar 1, 2020
awprice added a commit to awprice/kata-agent that referenced this issue Mar 3, 2020
awprice added a commit to awprice/kata-agent that referenced this issue Mar 3, 2020
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.
Labels
feature New functionality needs-review Needs to be assessed by the team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant