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:
commit
87e497c70a
@ -1,7 +1,7 @@
|
|||||||
.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 @@
|
|||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user