Paco Xu

Results 393 comments of Paco Xu

refer to https://github.com/kubernetes/kubernetes/issues/103849, we plan to migrate to distribution v3, but it is pending due to many new transitive dependencies.

``` # HELP containerd_cri_image_pulling_error_total error count of image pulling by image name # TYPE containerd_cri_image_pulling_error_total counter containerd_cri_image_pulling_error_total{image_name="daocloud.io/centos:7.3"} 1 containerd_cri_image_pulling_error_total{image_name="daocloud.io/centos:8"} 1 containerd_cri_image_pulling_error_total{image_name="daocloud.io/daocloud/dce-engine:4.0.8"} 1 containerd_cri_image_pulling_error_total{image_name="daocloud.io/daocloud/sprint-boot"} 1 containerd_cri_image_pulling_error_total{image_name="daocloud.io/ubuntu1"} 1 # HELP containerd_cri_image_pulling_in_progress_total in...

> Commit [b8de211](https://github.com/containerd/containerd/commit/b8de211b44721d053e6e597292b1dbd791f02c7a) is missing a the `Signed-off-by` line, which is causing the project checks in CI to fail. Please sign off on this commit as per the [contribution guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md#sign-your-work)....

> Can you rebase on `main`? There's a fix for `TestSandboxRemoveWithoutIPLeakage` which is currently flaking CI on this PR. Yes. Rebased. All tests passed. 😄

The failed test seems unrelated. /retest ``` critest version: 1.25.0 You're using deprecated Ginkgo functionality: ============================================= Support for custom reporters has been removed in V2. Please read the documentation linked...

The failure https://github.com/containerd/containerd/pull/7313/checks?check_run_id=9355433256 seems not related to the change.

Yes, currently users can follow https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/#configuring-the-kubelet-cgroup-driver to config cgroup driver of kubelet with kubeadm. The behavior of kubeadm is not changed since https://github.com/kubernetes/kubernetes/pull/99471 (v1.21), see the release note. - https://github.com/containerd/containerd/pull/5755...