mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 04:11:46 +00:00
Merge pull request #30508 from timothysc/etcd304_cleanup
Automatic merge from submit-queue Update core etcd references to use 3.0.4 This updates the core references to use 3.0.4. There are still legacy references in the code base that should be cleaned, or just removed but I'm reluctant to purge. /cc @kubernetes/sig-scalability
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user