Skip to content

Commit 60d1845

Browse files
authored
Merge pull request #25547 from Evalle/ISSUE-25468
State that no more than one handler is allowed per lifecycle event
2 parents 4946682 + e436cf7 commit 60d1845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 140
99
This page shows how to attach handlers to Container lifecycle events. Kubernetes supports
1010
the postStart and preStop events. Kubernetes sends the postStart event immediately
1111
after a Container is started, and it sends the preStop event immediately before the
12-
Container is terminated.
12+
Container is terminated. A Container may specify one handler per event.
1313

1414

1515

0 commit comments

Comments
 (0)