-
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
docker driver + crio: failed to set bridge addr: could not add IP address to "cni0": permission denied #7380
Comments
@Stromberg: I'm always a little vary of these projects that release too often (or not at all, like runc) For the minikube ISO, we tried with a more conservative v2.0.6 instead of v2.0.14 But now that podman had a major version bump, I might have to look into it again... 3c37556 podman-1.8.2 |
It seems that we have configured conmon to log to --syslog, but "forgot" to install rsyslogd... |
Added some debug output to crio as well, but after restarting it - everything seems to work ? |
Seems that it will not recover by itself:
But after
The crio restart was removed in 43259cc, to "save time" It seems that after the restart, it uses the "kindnet" CNI instead ?
Beyond loopback, it has kindnet/ptp and three bridges:
|
some observations: service file on VM:
service file on KIC:
What is that $CRIO_MINIKUBE_OPTIONS what VM has it but KIC doesnt have it ? |
more debugging info, I didnt look at them myself, but pasting here for more eyes to see: the content of /etc/crio/crio.conf in VM driver:
the content of /etc/crio/crio.conf in KIC driver:
|
TestStartStop/group/crio has been broken with the Docker driver since Mar 23 19:11 - particularly with this commit:
GitHub pull request #7182 of commit 39b08c9, no merge conflicts.
Here is an example failure:
TestStartStop/group/crio - 782.71s
Warning FailedCreatePodSandBox 7m18s kubelet, crio-20200401t175453.296999333-32003 Failed create pod sandbox: rpc error: code = Unknown desc = failed to create pod network sandbox k8s_busybox_default_1aa75488-2899-4d7d-98cb-50dc9ff62636_0(b2c34f2a8500f6f48f8d267786cbf3a04834cc756f94052f391ef074f5aac7a4): failed to set bridge addr: could not add IP address to "cni0": permission denied
@afbjorklund - any clue here what might be going on? Can you think of a way where a podman/libglib update could impact this?
The text was updated successfully, but these errors were encountered: