Skip to content

Commit 82b690d

Browse files
committed
Add more Node E2E tests to cover pod termination for Sidecar Containers
* A pod with restartable init container that exits with a non-zero code is marked as a pod succeeded phase * A pod with restartable init containers that exits with a non-zero code by prestop hook is marked as a pod succeeded phase * A pod with regular container that exceeds its termination grace period seconds is marked as a pod failed phase * A pod with restartable init containers that exceeds its termination grace period seconds is marked as a pod succeeded phase * A pod with a regular container that exceeded its termination grace period seconds by PreStop hook is marked as a pod failed phase * A pod with restartable init containers that exceeds its termination grace period seconds by PreStop hook is marked as a pod succeeded phase Signed-off-by: Tsubasa Nagasawa <[email protected]>
1 parent bd00f83 commit 82b690d

File tree

1 file changed

+648
-0
lines changed

1 file changed

+648
-0
lines changed

0 commit comments

Comments
 (0)