Replace instances of cloudInitConfigDrive / configDrive with
cloudInitNoCloud / noCloud, since cloud-init NoCloud is the preferred
way to deliver cloud-init configuration data and it is now supported
by the access credentials api.
Which issue(s) this PR fixes(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #
Special notes for your reviewer:
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.
[x] Design: A design document was considered and is present (link) or not required
[x] PR: The PR description is expressive enough and will help future contributors
[x] Upgrade: Impact of this change on upgrade flows was considered and addressed if required
[x] Testing: New code requires new unit tests. New features and bug fixes require at least on e2e test
[x] Documentation: A user-guide update was considered and is present (link) or not required. You want a user-guide update if it's a user facing feature / API change.
[x] Community: Announcement to kubevirt-dev was considered
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/kubevirt/user-guide/blob/main/OWNERS)~~ [cwilkers]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
What this PR does / why we need it:
Replace instances of cloudInitConfigDrive / configDrive with cloudInitNoCloud / noCloud, since cloud-init NoCloud is the preferred way to deliver cloud-init configuration data and it is now supported by the access credentials api.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged): Fixes #Special notes for your reviewer:
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR. Approvers are expected to review this list.
Release note: