-
### What happened?
in one node, when system load is high, and then we restart cri-o, the cri-o stuck in Restore process for a long time, the logs show as follows:
```
Oct 15 13:32:42 master-lharm-2…
-
The CRI API has a field on images `Pinned`.
This will be used for images like `pause` and should be used as as a filter for image removal.
ref: https://github.com/containerd/containerd/pull/6456
-
In https://github.com/inspektor-gadget/inspektor-gadget/actions/runs/7502984710/attempts/1#summary-20427218246 the TestTraceNetwork failed in cri-o, the most relevant part of the log is:
```
{"r…
-
### What happened?
Upgrade from CRI-O 1.30.6 to 1.30.7 causes error for kubelet and containers are not starting:
`"Container creation error: writing file devices.allow: Operation not permitted`
…
-
**This is a Bug Report**
/sig node
/kind bug
/priority important-soon
/help
**Problem:**
This page https://kubernetes.io/docs/setup/production-environment/container-runtimes/#cri-versions su…
-
```bash
$ docker exec -it container-checkpointing-control-plane /bin/bash
$ root@container-checkpointing-control-plane:/# crictl --runtime-endpoint unix:///run/crio/crio.sock pull registry.k8s.io/…
-
I'd like to propose adding `cri-readonly-proxy` to https://github.com/containerd organization as a non-core project. This proposal has no impact on the scope of the core project. This new project wil…
-
### What is the problem you're trying to solve
Due to the `CRI` interface, whether pulling images or loading images, the `CRI` interface writes data to the meta.db again.
The storage methods between…
-
### Current behavior
My test exeution gets stopped automatically sometimes
cypress version: 13.15.0
attached Logs with debug :
### Desired behavior
Tests should complete the execution and…
-
### What happened?
With the cri-o version(in 1.29), I see the default runtime is set to crun in /etc/crio/crio.conf.d/10-crio.conf
I had updated the cri-o version from 1.28.9 to 1.29.9 successfully …