undo cmd.minRecommendedMem value change

pull/11030/head
Predrag Rogic 2021-04-19 23:30:16 +01:00
parent 3860730a1a
commit 5984a8b0cf
No known key found for this signature in database
GPG Key ID: F1FF5748C4855229
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const (
waitTimeout = "wait-timeout"
nativeSSH = "native-ssh"
minUsableMem = 1800 // Kubernetes (kubeadm) will not start with less
minRecommendedMem = 2048 // Warn at no lower than existing configurations
minRecommendedMem = 1900 // Warn at no lower than existing configurations
minimumCPUS = 2
minimumDiskSize = 2000
autoUpdate = "auto-update-drivers"