Skip to content

Commit

Permalink
Bump etcdadm and nodeadm versions
Browse files Browse the repository at this point in the history
- etcdadm: v0.0.4
- nodeadm: v0.0.3
  • Loading branch information
sarun87 committed Sep 11, 2018
1 parent d0e91ab commit 1b2fcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const (
KubectlFile = "/opt/bin/kubectl"
AdminKubeconfig = "/etc/kubernetes/admin.conf"
KubeletKubeconfig = "/etc/kubernetes/kubelet.conf"
DefaultNodeadmVersion = "v0.0.2"
DefaultEtcdadmVersion = "v0.0.3"
DefaultNodeadmVersion = "v0.0.3"
DefaultEtcdadmVersion = "v0.0.4"
DefaultKubernetesVersion = "1.10.4"
DefaultCNIVersion = "v0.6.0"
DefaultFlannelVersion = "v0.10.0"
Expand Down

0 comments on commit 1b2fcc4

Please sign in to comment.