File tree 1 file changed +6
-1
lines changed
docs/book/src/developer/architecture/controllers
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,12 @@ documentation][scale].
97
97
* `machineTemplate.nodeDrainTimeout` - is a *metav1.Duration defining the total amount of time
98
98
that the controller will spend on draining a control plane node.
99
99
The default value is 0, meaning that the node can be drained without any time limitations.
100
-
100
+
101
+ * `machineTemplate.nodeDeletionTimeout` - is a *metav1.Duration defining how long the controller
102
+ will attempt to delete the Node that is hosted by a Machine after the Machine is marked for
103
+ deletion. A duration of 0 will retry deletion indefinitely. It defaults to 10 seconds on the
104
+ Machine.
105
+
101
106
# ### Required `status` fields
102
107
103
108
The `ImplementationControlPlane` object **must** have a `status` object.
You can’t perform that action at this time.
0 commit comments