Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid warning about the suggested memory size
The recommendation is to use (at least) 2048 MB *for the VM*, which means that you will end up something like 1992 MB total. We should not issue warnings when using the recommended size, so lower the limit to 1900 MB (kubeadm will validate 1700 MB). The reason it is broken is because it uses different values for different drivers, if running a VM or on Bare Metal... There is also no difference anymore between the "usable" and the "recommended", so this will need revisiting later.
- Loading branch information