Skip to content

Commit 6254773

Browse files
committed
fix typo in concepts/disruption
1 parent 934a78b commit 6254773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/concepts/disruption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ To configure a maximum termination duration, `terminationGracePeriod` should be
247247
It is configured through a NodePool's [`spec.template.spec.terminationGracePeriod`]({{<ref "../concepts/nodepools/#spectemplatespecterminationgraceperiod" >}}) field, and is persisted to created NodeClaims (`spec.terminationGracePeriod`).
248248
Changes to the [`spec.template.spec.terminationGracePeriod`]({{<ref "../concepts/nodepools/#spectemplatespecterminationgraceperiod" >}}) field on the NodePool will not result in a change for existing NodeClaims - it will induce NodeClaim drift and the replacements will have the updated `terminationGracePeriod`.
249249
250-
Once a node is disrupted, via either a [graceful](#automated-graceful-methods) or [forceful](#automated-forceful-methods) disruption method, Karpenter will being draining the node.
250+
Once a node is disrupted, via either a [graceful](#automated-graceful-methods) or [forceful](#automated-forceful-methods) disruption method, Karpenter will begin draining the node.
251251
At this point, the countdown for `terminationGracePeriod` begins.
252252
Once the `terminationGracePeriod` elapses, remaining pods will be forcibly deleted and the unerlying instance will be terminated.
253253
A node may be terminated before the `terminationGracePeriod` has elapsed if all disruptable pods have been drained.

0 commit comments

Comments
 (0)