Skip to content

Commit

Permalink
Merge pull request #10037 from afbjorklund/kubeadm-memory2
Browse files Browse the repository at this point in the history
The kubernetes memory requirement is for the total
  • Loading branch information
medyagh authored Dec 23, 2020
2 parents f680057 + 402d31b commit 9a0be2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/minikube/cmd/start_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ const (
interactive = "interactive"
waitTimeout = "wait-timeout"
nativeSSH = "native-ssh"
minUsableMem = 1700 // Kubernetes (kubeadm) will not start with less
minRecommendedMem = 1900 // Warn at no lower than existing configurations
minUsableMem = 1800 // Kubernetes (kubeadm) will not start with less
minRecommendedMem = 2000 // Warn at no lower than existing configurations
minimumCPUS = 2
minimumDiskSize = 2000
autoUpdate = "auto-update-drivers"
Expand Down

0 comments on commit 9a0be2e

Please sign in to comment.