-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
There is no implementation for probing the pod runtime monitor (aka conmon-rs) right now:
cri-o/internal/oci/runtime_pod.go
Lines 315 to 318 in 9cdf516
| func (r *runtimePod) ProbeMonitor(ctx context.Context, c *Container) error { | |
| // Not implemented | |
| return nil | |
| } |
We should find a concept of how to implement it if neccesary.
Refers to #9205
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Projects
Status
Done