From c4385fa50c3881508962a20c478f9e58aaaf4326 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 4 Mar 2014 17:43:45 -0800 Subject: [PATCH] doc(fleet): document fleet autostart in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f003b8..131e108 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ echo 'Hello, world!' ## 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 @@ -45,6 +45,8 @@ echo 'Hello, world!' coreos: etcd: discovery_url: https://discovery.etcd.io/827c73219eeb2fa5530027c37bf18877 + fleet: + autostart: yes ssh_authorized_keys: - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0g+ZTxC7weoIJLUafOgrm+h...