Skip to content

Commit

Permalink
The etcd container link is out of date in the yaml
Browse files Browse the repository at this point in the history
The etcd container link is out of date in the  yaml file and there is something wrong when run the gcr.io/google_containers/etcd:2.0.9 container
  • Loading branch information
wackxu authored and chenopis committed Aug 21, 2017
1 parent d6415cf commit 36dd257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/high-availability/etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
hostNetwork: true
containers:
- image: gcr.io/google_containers/etcd:2.0.9
- image: gcr.io/google_containers/etcd:3.0.17
name: etcd-container
command:
- /usr/local/bin/etcd
Expand Down

0 comments on commit 36dd257

Please sign in to comment.