mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
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
|
||||
|
||||
IMAGE = etcd
|
||||
TAG = 2.0.8
|
||||
TAG = 2.0.9
|
||||
OUTPUT_DIR = $(IMAGE)-v$(TAG)-linux-amd64
|
||||
|
||||
clean:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user