-
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
fail fast if docker storage driver is btrfs. #7975
Comments
Are you sure about this ? It seemed to work when running overlay2-on-btrfs with the docker driver That is, the outer docker was using btrfs while the inner docker was using overlayfs. Didn't try "none". |
Not sure if it is a real problem for kubernetes either, looked more like a kubeadm "support" thing ? That is: similar to trying to run a newer docker or something (not in their hard-coded list): #6167 |
well for none I tried and for sure for none driver it didnt work. (docker didnt work for other reasons before it comes to kube adm) |
Here is what I did, for testing running docker with ntfs and with btrfs.
Still recommend overlayfs ("overlay2"), this was for troubleshooting. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
minikube "none" and "docker" driver does not work on btrfs even when you pass, kubeadm.ignore-preflight-errors=SystemVerification
because kubeadm does not allow btfs for docker.
it is better that we detect this fast and fail fast, as opposed to waste user's time.
The text was updated successfully, but these errors were encountered: