You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud-init supports multiple formats, which are described on the user data formats page.
This page has a few improvements that should be made:
Each format deserves a very brief example. This will make our format page more readable and allows skimming and reader intuition to fill in details faster than reading a wall of text.
This page contains an unrelated kernel command line section. This section does not describe a format, and should be relocated or (more likely) deleted.
This page contains an unrelated how to disable user data section. This section does not describe a format, and should be relocated.
Cloud-init supports multiple formats, which are described on the user data formats page.
This page has a few improvements that should be made:
Recommended format categorization
These formats fall into two categories, which I will call base formats and meta-formats for now.
Base formats are formats that allow the user to configure the instance via cloud-init. Meta formats are formats that modify or aggregate base formats.
Base formats include the following: cloud config data, user data scripts, cloud-boothooks
Meta formats include the following: include files, gzip compressed content, mime archives, jinja templates (need to be documented)
The text was updated successfully, but these errors were encountered: