You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/4960-container-stop-signals/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Alpha:
190
190
- When StopSignal is defined in the Container Spec (Status should have signal is defined in the Spec)
191
191
- When StopSignal is only defined in the container image (Status should have the signal defined in the image)
192
192
- When no StopSignal is defined (StopSignal in Status should be SIGTERM)
193
-
- Test that the StopSignal is gracefully degraded when StopSignal is specifed but the container runtime is on a version that doesn't support the implementation
193
+
- Test that the StopSignal is gracefully degraded when StopSignal is specified but the container runtime is on a version that doesn't support the implementation
194
194
- Test that the feature is gracefully degraded when StopSignal is not supported in Kubelet but is supported in the container runtime
0 commit comments