Commit 87e497c7 authored by Vish Kannan's avatar Vish Kannan

Merge pull request #6544 from dchen1107/image

Build etcd image (version 2.0.9), and upgrade kubernetes cluster to the new version
parents 1d158881 8ede54c5
.PHONY: clean build push .PHONY: clean build push
IMAGE = etcd IMAGE = etcd
TAG = 2.0.8 TAG = 2.0.9
OUTPUT_DIR = $(IMAGE)-v$(TAG)-linux-amd64 OUTPUT_DIR = $(IMAGE)-v$(TAG)-linux-amd64
clean: clean:
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"containers":[ "containers":[
{ {
"name": "etcd-container", "name": "etcd-container",
"image": "gcr.io/google_containers/etcd:2.0.8", "image": "gcr.io/google_containers/etcd:2.0.9",
"command": [ "command": [
"/usr/local/bin/etcd", "/usr/local/bin/etcd",
"--addr", "--addr",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment