-
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
custom addon images get ignored on minikube restart #10877
Comments
I can verify this is broken at HEAD. We should fix this ASAP. Help wanted! |
/assign andriyDev |
Further verifying, even in a completely non-air gapped environment. Also, this may be a separate bug but a similar issue affects running configure after using custom images.
After resetting the image by re-enabling, identically to this bug after minikube restart they are also set back :(
|
@r4j4h That seems like the same bug. Appears to not apply to just air-gapped environments. |
Simplified reproduction steps:
|
**Note this environment is entirely air-gapped.
minikube start --driver=docker --base-image="<local_IP>:5000/gcr.io/k8s-minikube/kicbase:v0.0.18" --insecure-registry="<local_IP>:5000" --image-repository="<local_IP>:5000" --alsologtostderr 2>&1 >> minikube_clean_startup_logs.log
Note this capability added with PR-10111
Steps to reproduce the issue:
Start minikube for offline environment (above)
Enable ingress addones (with --image flag)
minikbe_ingress_addon_enabled.log
Stop minikube
Start Minikube (with or without flags, same result) minikube_bad_startup_logs.log
Ingress container fails to start (wrong image)
Minikube_ingress_failed.txt
Full output of failed command:
Alsologtostderr is already included.
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: