Ayato Tokubi
Ayato Tokubi
We want performance test CI to identify the performance regression soon. This issue is to track how to implement and what is needed for this performance test CI.
### Which jobs are failing? https://prow.ci.openshift.org/job-history/gs/test-platform-results/pr-logs/directory/pull-ci-cri-o-cri-o-main-ci-e2e-evented-pleg ### Which tests are failing? Kubernetes e2e suite: [It] [sig-node] Pod InPlace Resize Container [FeatureGate:InPlacePodVerticalScaling] [Beta] Burstable QoS pod, one container, one restartable init...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Since this commit https://github.com/cri-o/packaging/commit/433692447fd34681f341cf50323bf34eadbc09ca , the verify command is no longer...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Because `c.stopTimeoutChan` is consumed only until it starts to SIGKILL, it...
### What happened? When I tried creating a deployment in local cluster, which has 50 pods, CRI-O exited with segmentation fault error, and there's no stack trace. ``` zsh: segmentation...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds feature to track conmon and logs error and...
This issue is a tracking issue to deprecate `insecure_registries` option. Since it's impossible to reliably check if the image registry's IP address is in the specified insecure CIDRs, and it...
Some metrics which is supported in cAdvisor are missing. This issue is to track what metrics are missing and figure out if we can implement in CRI-O. https://github.com/google/cadvisor/blob/master/docs/storage/prometheus.md?plain=1 https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2371-cri-pod-container-stats #...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: This prevents falling back when it failed to mount artifacts with...
Currently when cri-o fails to mount artifacts, it always fallback to mount images, but there're some cases that we don't have to fallback. https://github.com/cri-o/cri-o/blob/fd5db98e6deba92764303934b22f6c01bbb257e1/server/container_create_linux.go#L211-L235 This issue intends to figure out...