Skip to content

Commit

Permalink
Bumped Kubernetes version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darxkies committed Jul 4, 2018
1 parent 1a0fa05 commit 9849dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def add_machine(config, ram, cpus, name, ip)
machine.vm.hostname = name
machine.vm.network :private_network, ip: ip

config.vm.provider :virtualbox do |vb|
machine.vm.provider :virtualbox do |vb|
vb.memory = ram
vb.cpus = cpus
end
Expand Down
2 changes: 1 addition & 1 deletion utils/constants.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package utils

// Versions
const K8S_VERSION = "1.11.0"
const CONFIG_VERSION = "2.0.0"
const ETCD_VERSION = "3.3.7"
const FLANNELD_VERSION = "0.10.0"
const K8S_VERSION = "1.10.4"
const CNI_VERSION = "0.6.0"
const CONTAINERD_VERSION = "1.1.0"
const RUNC_VERSION = "1.0.0-rc5"
Expand Down

0 comments on commit 9849dce

Please sign in to comment.