-
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
inaccurate warning with Docker Desktop containerd integration #16960
Comments
Hi all, I work on the containerd integration and we are setting stargz as the default in docker desktop which uses overlay for normal images. Users on linux that enable the containerd image store would get overlay as the default containerd snapshotter and its name in that case is “overlayfs”. |
The warning is much older than the stargz changes, which should be added to the check (or remove it). |
IMO the best bet is to remove the check. There are many snapshotters and more to come, minikube can’t know them all. |
@rumpl : the main reason is for the preload, I'm not sure what the other "better performance" refers to... commit 8ec8d1c It needs to match, since it tries to archive For the generic case, we might want to gather all of the "cache" (save) images into one single .tar.lz4 file ? But I'm not sure what the benchmark is, with multiple .tar.gz versus one big .tar.lz4 containing all images. |
The containerd check was also using the docker check, so separated them: |
I think it was checking the wrong docker anyway, so now the preload is disabled for no particular reason... |
I think this is contributing to the problem in #16425, there is obviously something wrong with preload=false and kubectl not being present on the machine, but the preload=false is being set when it seems like it shouldn't be, the cluster starts fine with the preload when using the stargz storage driver. |
What Happened?
Expected result:
No warnings
Actual result:
Not sure why minikube dislikes the stargz storage driver? And typically, users wouldn't want to change the driver in docker desktop from stargz to overlay2?
Attach the log file
n/a
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: