Update core etcd references to use 3.0.4
This commit is contained in:
@@ -23,7 +23,7 @@ RELEASES_DIR=${RELEASES_DIR:-/tmp/downloads}
|
||||
FLANNEL_VERSION=${FLANNEL_VERSION:-"0.5.5"}
|
||||
|
||||
# Define etcd version to use.
|
||||
ETCD_VERSION=${ETCD_VERSION:-"3.0.3"}
|
||||
ETCD_VERSION=${ETCD_VERSION:-"3.0.4"}
|
||||
|
||||
# Define k8s version to use.
|
||||
K8S_VERSION=${K8S_VERSION:-"1.1.1"}
|
||||
|
@@ -14,7 +14,7 @@ spec:
|
||||
--listen-client-urls=http://127.0.0.1:4002
|
||||
--data-dir=/var/etcd/data-events
|
||||
1>>/var/log/etcd-events.log 2>&1
|
||||
image: gcr.io/google_containers/etcd:3.0.3
|
||||
image: gcr.io/google_containers/etcd:3.0.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
@@ -14,7 +14,7 @@ spec:
|
||||
--listen-client-urls=http://127.0.0.1:4001
|
||||
--data-dir=/var/etcd/data
|
||||
1>>/var/log/etcd.log 2>&1
|
||||
image: gcr.io/google_containers/etcd:3.0.3
|
||||
image: gcr.io/google_containers/etcd:3.0.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
@@ -10,7 +10,7 @@
|
||||
"containers": [
|
||||
{
|
||||
"name": "etcd",
|
||||
"image": "gcr.io/google_containers/etcd-ARCH:3.0.3",
|
||||
"image": "gcr.io/google_containers/etcd-ARCH:3.0.4",
|
||||
"command": [
|
||||
"/usr/local/bin/etcd",
|
||||
"--listen-client-urls=http://127.0.0.1:4001",
|
||||
|
@@ -27,7 +27,7 @@
|
||||
"containers":[
|
||||
{
|
||||
"name": "etcd-container",
|
||||
"image": "gcr.io/google_containers/etcd:3.0.3",
|
||||
"image": "gcr.io/google_containers/etcd:3.0.4",
|
||||
"resources": {
|
||||
"requests": {
|
||||
"cpu": {{ cpulimit }}
|
||||
|
@@ -75,7 +75,7 @@
|
||||
},
|
||||
{
|
||||
"name": "etcd-container",
|
||||
"image": "gcr.io/google_containers/etcd:3.0.3",
|
||||
"image": "gcr.io/google_containers/etcd:3.0.4",
|
||||
"command": [
|
||||
"/bin/sh",
|
||||
"-c",
|
||||
|
Reference in New Issue
Block a user