Skip to content

Commit

Permalink
Make sure etcd2 actually gets started
Browse files Browse the repository at this point in the history
This configures etcd2, but doesn't actually start it up.  At least using the CoreOS Openstack image, nothing else was doing this.
  • Loading branch information
matthughes committed Feb 23, 2016
1 parent cdbbeae commit ce6c87c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started-guides/coreos/cloud-configs/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ coreos:
fleet:
metadata: "role=master"
units:
- name: etcd2.service
command: start
- name: generate-serviceaccount-key.service
command: start
content: |
Expand Down

0 comments on commit ce6c87c

Please sign in to comment.