Skip to content

Commit

Permalink
Add provider stages in the cloud-init doc
Browse files Browse the repository at this point in the history
Fixes kairos-io/kairos#2518

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
mauromorales committed May 10, 2024
1 parent 3251e08 commit a31eb40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/Architecture/cloud-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ Below there is a detailed list of the stages available that can be used in the c

Note: Steps executed at the `chroot` stage are running inside the new OS as chroot, allowing to write persisting changes to the image, for example by downloading and installing additional software.

In case you're using a standard image, with the Kairos provider, then these other stages are also available

| **Stage** | **Description** |
|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| _provider-kairos.bootstrap.before.<role>_ | The provider fires this stage before starting to bootstrap K3S. |
| _provider-kairos.bootstrap.after.<role>_ | The provider fires this stage after it finished bootstrapping K3S. |

### Sentinels

Expand Down

0 comments on commit a31eb40

Please sign in to comment.