ProxmoxVED/docs/misc/cloud-init.func/CLOUD_INIT_FUNC_FLOWCHART.md
CanbiZ 3998b80194 Add comprehensive documentation for all project sections
Introduced new and updated documentation files across the docs/ directory, including project structure guides, function library references, and standardized READMEs for ct, install, vm, tools, api, and misc. This update fully documents all nine function libraries, provides quick start and learning paths, and mirrors the project structure for easier navigation and contribution.
2025-12-01 11:40:38 +01:00

29 lines
351 B
Markdown

# cloud-init.func Flowchart
Cloud-init VM provisioning flow.
## Cloud-Init Generation and Application
```
generate_cloud_init()
generate_user_data()
setup_ssh_keys()
Apply to VM
VM Boot
cloud-init phases
├─ system
├─ config
└─ final
VM Ready ✓
```
---
**Last Updated**: December 2025