typo etcd image label (#7508)
* typo etcd image label there is no gcr.io/google_containers/etcd-amd64:3.1.0, but there is: gcr.io/google_containers/etcd-amd64:3.1.10 (see https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/etcd-amd64?gcrImageListsize=50) As 3.1.10 is the preferred version for k8s 1.9 (as stated above), I guess this was a typo * typo doube etcd1 but no etcd2pull/8003/head
parent
733876e98a
commit
e780b00274
|
@ -334,7 +334,7 @@ Please select one of the tabs to see installation instructions for the respectiv
|
|||
- --initial-cluster etcd0=https://<etcd0-ip-address>:2380,etcd1=https://<etcd1-ip-address>:2380,etcd2=https://<etcd2-ip-address>:2380 \
|
||||
- --initial-cluster-token my-etcd-token \
|
||||
- --initial-cluster-state new
|
||||
image: gcr.io/google_containers/etcd-amd64:3.1.0
|
||||
image: gcr.io/google_containers/etcd-amd64:3.1.10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
|
Loading…
Reference in New Issue