Skip to content

Commit

Permalink
rollback etcd to 2.0.7 as kube2sky doesn't seem to like newer version…
Browse files Browse the repository at this point in the history
…s, so far...

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
  • Loading branch information
AntonioMeireles committed Apr 14, 2015
1 parent d4394f8 commit d889f45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ when "gce", "gke", "aws", "azure", "vagrant", "sphere", "libvirt-coreos", "juju"
else
CLOUD_PROVIDER = 'vagrant'
end
puts "Cloud provider: #{CLOUD_PROVIDER}"

(1..(NUM_INSTANCES.to_i + 1)).each do |i|
if i == 1
Expand Down
2 changes: 1 addition & 1 deletion master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ coreos:
RestartSec=5
Environment="TMPDIR=/var/tmp/"
Environment="DOCKER_HOST=unix:///var/run/early-docker.sock"
Environment="ETCD_VER=v2.0.9"
Environment="ETCD_VER=v2.0.7"
EnvironmentFile=/etc/environment
TimeoutStartSec=0
SyslogIdentifier=writer_process
Expand Down
2 changes: 1 addition & 1 deletion node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ coreos:
RestartSec=5
Environment="TMPDIR=/var/tmp/"
Environment="DOCKER_HOST=unix:///var/run/early-docker.sock"
Environment="ETCD_VER=v2.0.9"
Environment="ETCD_VER=v2.0.7"
EnvironmentFile=/etc/environment
TimeoutStartSec=0
SyslogIdentifier=writer_process
Expand Down

0 comments on commit d889f45

Please sign in to comment.