-
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
Add some more "fine print" to the installation requirements #10808
Comments
Similarly, we should document that
And probably also recommend running
https://www.raspberrypi.org/forums/viewtopic.php?f=117&t=275370
See https://www.raspberrypi.org/software/operating-systems/ The recommendation is https://ubuntu.com/download/raspberry-pi |
Even the most innocent statements are still ambiguous: https://minikube.sigs.k8s.io/docs/start/
Would that be "cores", or "vCPU" (threads) ? And is it "megabytes" or "mebibytes" ? The traditional interpretation has used 2 vCPU, 2048 MiB mem and 20,000 MiB disk.
That normally works out to around 600 MiB memory and 15,000 MiB disk available. _ _
_ _ ( ) ( )
___ ___ (_) ___ (_)| |/') _ _ | |_ __
/' _ ` _ `\| |/' _ `\| || , < ( ) ( )| '_`\ /'__`\
| ( ) ( ) || || ( ) || || |\`\ | (_) || |_) )( ___/
(_) (_) (_)(_)(_) (_)(_)(_) (_)`\___/'(_,__/'`\____)
$ free -m
total used free shared buff/cache available
Mem: 1985 613 79 611 1292 609
Swap: 0 0 0
$ df -m / /dev/sda1
Filesystem 1M-blocks Used Available Use% Mounted on
tmpfs 1788 595 1193 34% /
/dev/sda1 17368 1324 15029 9% /data Most people would like to double these, to 4 vCPU and 4 GiB mem and 32-40 GiB disk. Probably also should mention that these numbers are per node, so if you want multi-node... |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
I'm still in favor of doing this, so long as our documentation doesn't get too cluttered. |
Somebody recently tried to install minikube on x86 Alpine Linux:
#10805This failed, for two different reasons:
So we probably need to make it clear that those are required.
I don't think we want to do static builds, and k8s doesn't do i686
The text was updated successfully, but these errors were encountered: