-
Notifications
You must be signed in to change notification settings - Fork 37
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
Clusters broken with Minikube 1.26.0 #239
Comments
thanks for reporting! ya, we'll likely need to redo the registry support for the new containerd |
With the change there aren't actually any changes that need to happen on the ctlptl side and it actually simplifies the repo updates that are done after the cluster is created. I'm trying to get the fix for this landed and I've been testing locally with ctlptl to make sure it's relatively easy. |
we do edit it a bit ourselves (see: https://github.com/tilt-dev/ctlptl/blob/main/pkg/cluster/admin_minikube.go#L206) but i will keep an eye out for your minikube change! |
I put in a PR for the minikube things kubernetes/minikube#14482. Also, I think if you look at the blame on that line in |
now that minikube v1.27 is out, i'm going to take a pass at trying to get the registry working again. |
This worked for me this morning. Built locally and then The updates on the
|
#239 Signed-off-by: Nick Santos <nick.santos@docker.com>
Fixes #239 Signed-off-by: Nick Santos <nick.santos@docker.com>
Hi. This is mainly a FYI but clusters are broken when using minikube version 1.26.0. Minikube 1.25.2 and earlier versions work as expected. Downgrading to at least minikube 1.25.2 should fix issues.
The issue seems to be with minikube updating containerd in the 1.26.0 release which no longer works with the older style of insecure registry configurations. Minikube needs to be updated to utilize the newer style of registry configuration and ctlptl shouldn't need any changes.
You might see errors where containers stay in the
ContainerCreating
state and messages likeThe text was updated successfully, but these errors were encountered: