From 1ffdccd9ddc3c9f4ba852553e830bef55c2b994f Mon Sep 17 00:00:00 2001 From: Simone Sciarrati Date: Tue, 28 Sep 2021 22:06:51 +0200 Subject: [PATCH] Document cloud-init behaviour --- docs/instance_groups.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/instance_groups.md b/docs/instance_groups.md index c12c135f25..07efed2f9d 100644 --- a/docs/instance_groups.md +++ b/docs/instance_groups.md @@ -101,9 +101,11 @@ spec: ## additionalUserData -kOps utilizes cloud-init to initialize and setup a host at boot time. However in certain cases you may already be leveraging certain features of cloud-init in your infrastructure and would like to continue doing so. More information on cloud-init can be found [here](http://cloudinit.readthedocs.io/en/latest/) +kOps utilizes cloud-init to initialize and setup a host at boot time. However in certain cases you may already be leveraging certain features of cloud-init in your infrastructure and would like to continue doing so. More information on cloud-init can be found [here](http://cloudinit.readthedocs.io/en/latest/). -Additional user-data can be passed to the host provisioning by setting the `additionalUserData` field. A list of valid user-data content-types can be found [here](http://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive) +Additional user-data can be passed to the host provisioning by setting the `additionalUserData` field. A list of valid user-data content-types can be found [here](http://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). + +Scripts will be run in alphabetical order as documented [here](https://cloudinit.readthedocs.io/en/latest/topics/modules.html#scripts-per-instance). Example: