Skip to content

Commit 792426d

Browse files
authored
Merge pull request #73811 from openshift-cherrypick-robot/cherry-pick-73797-to-enterprise-4.14
[enterprise-4.14] fixes ul formatting
2 parents d8b95a2 + 31ece37 commit 792426d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/machine-lifecycle-hook-deletion.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Reconciliation:: Reconciliation is the process by which a controller attempts to
2121
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.
2222
+
2323
In the context of machine deletion, the machine controller performs the following actions:
24+
+
2425
--
2526
* Drain the node that is backed by the machine.
2627
* Delete the machine instance from the cloud provider.
@@ -30,6 +31,7 @@ In the context of machine deletion, the machine controller performs the followin
3031
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.
3132
+
3233
There are two lifecycle hooks in the machine `Deleting` phase:
34+
+
3335
--
3436
* `preDrain` lifecycle hooks must be resolved before the node that is backed by the machine can be drained.
3537
* `preTerminate` lifecycle hooks must be resolved before the instance can be removed from the infrastructure provider.

0 commit comments

Comments
 (0)