Peter Hunt

Results 616 comments of Peter Hunt

see https://fedoraproject.org/wiki/Changes/VersionedKubernetesPackages

I've tried giving this a look, and I think it's going to be tricky. we basically have to hardcode the version of conmon, crun, and c/common in the cri-o bundle...

the conmons should be compatible so my hope is you could run either crio in this scheme

/test ci-fedora-integration

the kubelet version you mentioned is "v1.21.2" is that correct? also can we have the output of `crio --cgroup-manager cgroupfs`?

hey @MadOtis can we have the crio configuration for the nodes you're using?

do you have access to the logs of the container running docker? I wonder if it's because of our default capabilities. We drop some that docker/containerd add (SYS_CHROOT, NET_RAW) that...