You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an new minikube cluster locally with Docker and specifying the --insecure-registry option, pods created after the registry is added to the config fail to start. This breaks with the 1.26.0 minikube release but works with release versions 1.25.2 and older.
For example, the coredns pod has been stuck in the ContainerCreating stage but the other pods have started. Any other pods that are created now stay in the ContainerCreating stage.
Another error that is seen in my tilt environment is the following:
[event: pod atm/atmr-db-migrate-q75zf] (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "b7f3f841cd2efa4a0fd20a2a79e4a44745db4e10d0eccce2804c0a87e5d63932": plugin type="bridge" name="crio" failed (add): failed to set bridge addr: could not add IP address to "cni0": permission denied
The error seems to occur because the deprecated configuration setup for adding registry mirrors is used and breaks the containerd service after being applied and restarted.
I built a local version of minikube and updated to the newer containerd mirror structure works as expected and fixes the issue. (I'm currently trying to figure out if I can open the PR for it or not).
I built a local version of minikube and updated to the newer containerd mirror structure works as expected and fixes the issue. (I'm currently trying to figure out if I can open the PR for it or not).
Hi @ahamilton55, can you confirm if minikube is working as expected? By the way, we've updated to v.1.26.1, so please give it a try.
What Happened?
When creating an new minikube cluster locally with Docker and specifying the
--insecure-registry
option, pods created after the registry is added to the config fail to start. This breaks with the 1.26.0 minikube release but works with release versions 1.25.2 and older.For example, the coredns pod has been stuck in the
ContainerCreating
stage but the other pods have started. Any other pods that are created now stay in theContainerCreating
stage.Another error that is seen in my tilt environment is the following:
The error seems to occur because the deprecated configuration setup for adding registry mirrors is used and breaks the containerd service after being applied and restarted.
I built a local version of minikube and updated to the newer containerd mirror structure works as expected and fixes the issue. (I'm currently trying to figure out if I can open the PR for it or not).
Containerd Configure Image Registry
Containerd Registry Configuration
Attach the log file
minikube.log
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: