nodepool/releasenotes/notes/azure-user-data-0b35b3cb9cca8afd.yaml
James E. Blair c3c0c6d538 Add user-data/custom-data to Azure driver
This is the relatively common feature that allows users to include
cloud_init or similar data.  Azure has two versions of it, user-data
and custom-data.  For Nodepool's purpose they are similar, but a user
may prefer one or the other.

Also adds missing docs for the existing tags attribute.

Change-Id: Ia2f78a827c1909cc527733013167b2f3b5db18a3
2021-10-18 16:32:49 -07:00

5 lines
81 B
YAML

---
features:
- |
The Azure driver now supports user-data and custom-data.