-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new containerd config causes KVM Containerd test to time out and Docker Containerd test addons to fail #11512
Comments
If the CI env has DOCKER_RAMDISK, it might not work as expected, though I assume it is no longer set |
Removing NoPivotRoot = true may work? |
do u mean for every case or only kernel 4 (debian 9)? |
|
Basically, NoPivotRoot is insecure and should never be used on any version of kernel, unless it is really needed (for some initrd stuff). I added NoPivotRoot in the runtime v2 config PR just because the runtime v1 config had equivalent of that. I'm not sure this is really related to the CI failure, but I think it is worth trying. |
Could you check the env of the dockerd process, not the env of the bash? (/proc/PID/env) |
sure @AkihiroSuda this is the ENV on the Debian 9 CI (not inside minikube VM itself)
|
lets try that |
|
this seems similar to this error containerd/containerd#5510 |
After reverting the @AkihiroSuda #11509 the Containerd Performance on Cloud shell is back to "Worse" than docker again. interestingly it also affects the CRIO to be worse too but it make the KVM Containerd on Debian 9 Pass Green and finish in 66 minutes (vs 90 minutes with few failures) |
Fixed by #11632 |
After New Containerd Config in this PR https://github.com/kubernetes/minikube/pull/11325/files
the KVM test times out like this in 90 minutes (used to be Green in 63 minutes)
here is full KVM logs that timed out
kvm_log.txt
Also the Docker Driver Test Addons Fail
https://storage.googleapis.com/minikube-builds/logs/11504/4567aaa/Docker_Linux_containerd.html#fail_TestAddons%2fparallel%2fRegistry
The integraiton tests run on Debian 9
the New Containerd Config improves the perofmrance on cloud shell
interestingly after that PR the performance chart on cloud shell shows, containerd has same performance as Docker after that PR
the cloud shell linux uses kernel 5
The text was updated successfully, but these errors were encountered: