| title | cloud-init |
|---|---|
| parent | Verity Image Recommendations |
| sidebar_position | 2 |
cloud-init has various features to configure the system (e.g., user accounts, networking, etc.), but many of these require the /etc directory to be writable. In verity-protected images with a read-only root filesystem, cloud-init cannot perform these configurations effectively.
Given the limitations, the general recommendation is to disable cloud-init in verity images to prevent potential issues.
os:
services:
disable:
- cloud-init