doc(fleet): document fleet autostart in README

This commit is contained in:
Brian Waldon 2014-03-04 17:43:45 -08:00
parent 678aa5c30b
commit c4385fa50c

View File

@ -37,7 +37,7 @@ echo 'Hello, world!'
## Examples ## Examples
### Inject an SSH key and bootstrap an etcd cluster using cloud-config ### Inject an SSH key, bootstrap etcd, and start fleet using a cloud-config
``` ```
#cloud-config #cloud-config
@ -45,6 +45,8 @@ echo 'Hello, world!'
coreos: coreos:
etcd: etcd:
discovery_url: https://discovery.etcd.io/827c73219eeb2fa5530027c37bf18877 discovery_url: https://discovery.etcd.io/827c73219eeb2fa5530027c37bf18877
fleet:
autostart: yes
ssh_authorized_keys: ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0g+ZTxC7weoIJLUafOgrm+h... - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0g+ZTxC7weoIJLUafOgrm+h...