Merge pull request #10187 from afbjorklund/memory-warning
Avoid warning about the suggested memory sizepull/10197/head
commit
2e6ceb7941
|
@ -95,7 +95,7 @@ const (
|
|||
waitTimeout = "wait-timeout"
|
||||
nativeSSH = "native-ssh"
|
||||
minUsableMem = 1800 // Kubernetes (kubeadm) will not start with less
|
||||
minRecommendedMem = 2000 // Warn at no lower than existing configurations
|
||||
minRecommendedMem = 1900 // Warn at no lower than existing configurations
|
||||
minimumCPUS = 2
|
||||
minimumDiskSize = 2000
|
||||
autoUpdate = "auto-update-drivers"
|
||||
|
|
Loading…
Reference in New Issue