Skip to content

Commit

Permalink
Specify 2 CPU for minion
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova authored Apr 6, 2017
1 parent 617e4a7 commit 41d68bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/demo/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ KM_MEM = ENV['KM_MEM'] || 2048
KM_CPUS = ENV['KM_CPUS'] || 2

#Specify the number of Kubernetes Minion nodes, CPU/RAM per node.
KH_NODES = ENV['KH_NODES'] || 1
KH_NODES = ENV['KH_NODES'] || 2
KH_MEM = ENV['KH_MEM'] || 1024
KH_CPUS = ENV['KH_CPUS'] || 1

Expand Down

0 comments on commit 41d68bb

Please sign in to comment.