Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Feb 18, 2024
1 parent e8becd3 commit 3f39a04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ that have the same major release number are guaranteed to be compatible.

## Generating cloud-init data

*Added in version 2.3*
*Since: 2.3.0*

The optional object `.spec.cloudInit` with sub-objects `.cloudInit.metaData`
and `.cloudInit.userData` can be used to provide data for
Expand All @@ -148,6 +148,12 @@ generates it from the CRD's `resourceVersion`. If `.metaData.local-hostname`
is not defined, the controller adds this property using the value from
`metadata.name`.

Note that there is no schema definition available for `.userData`.
Whatever is defined in the CRD is copied to the corresponding
cloud-init file without any checks. (The introductory comment
`#cloud-config` required in that file is generated automatically by
the runner.)

## Further reading

For a detailed description of the available configuration options see the
Expand Down

0 comments on commit 3f39a04

Please sign in to comment.