Merge pull request #6544 from dchen1107/image

Build etcd image (version 2.0.9), and upgrade kubernetes cluster to the new version
This commit is contained in:
Vish Kannan 2015-04-07 17:33:02 -07:00
commit 87e497c70a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.PHONY: clean build push
IMAGE = etcd
TAG = 2.0.8
TAG = 2.0.9
OUTPUT_DIR = $(IMAGE)-v$(TAG)-linux-amd64
clean:

View File

@ -7,7 +7,7 @@
"containers":[
{
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:2.0.8",
"image": "gcr.io/google_containers/etcd:2.0.9",
"command": [
"/usr/local/bin/etcd",
"--addr",