From 588ff4c26c1417bea6513bc1a61f18f2b50cac6f Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Wed, 16 Apr 2014 18:54:15 -0700 Subject: [PATCH] feat(docs): note config-drive --- Documentation/cloud-config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 3d8b370..9a8c648 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -6,6 +6,10 @@ Only a subset of [cloud-config functionality][cloud-config] is implemented. A se [cloud-config]: http://cloudinit.readthedocs.org/en/latest/topics/format.html#cloud-config-data +## How to Provide Cloud-Config + +CoreOS tries to conform to each platform's native method to provide user data. Each cloud provider tends to be unique, but this complexity has been abstracted by CoreOS. You can view each platform's instructions on their documentation pages. The most universal way to provide cloud-config is [via config-drive](https://github.com/coreos/coreos-cloudinit/blob/master/Documentation/config-drive.md), which attaches a read-only device to the machine, that contains your cloud-config file. + ## CoreOS Parameters ### coreos.etcd