Skip to content

Commit

Permalink
Merge pull request #73797 from jeana-redhat/machine-delete-ul-format
Browse files Browse the repository at this point in the history
fixes ul formatting
  • Loading branch information
jeana-redhat committed Mar 27, 2024
2 parents 385f056 + 7d3a8a4 commit ea26f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/machine-lifecycle-hook-deletion.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Reconciliation:: Reconciliation is the process by which a controller attempts to
Machine controller:: The machine controller manages the reconciliation lifecycle for a machine. For machines on cloud platforms, the machine controller is the combination of an {product-title} controller and a platform-specific actuator from the cloud provider.
+
In the context of machine deletion, the machine controller performs the following actions:
+
--
* Drain the node that is backed by the machine.
* Delete the machine instance from the cloud provider.
Expand All @@ -30,6 +31,7 @@ In the context of machine deletion, the machine controller performs the followin
Lifecycle hook:: A lifecycle hook is a defined point in the reconciliation lifecycle of an object where the normal lifecycle process can be interrupted. Components can use a lifecycle hook to inject changes into the process to accomplish a desired outcome.
+
There are two lifecycle hooks in the machine `Deleting` phase:
+
--
* `preDrain` lifecycle hooks must be resolved before the node that is backed by the machine can be drained.
* `preTerminate` lifecycle hooks must be resolved before the instance can be removed from the infrastructure provider.
Expand Down

0 comments on commit ea26f9b

Please sign in to comment.