Skip to content

Commit 2393c27

Browse files
typo fix
1 parent 6cc0e8c commit 2393c27

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/4960-container-stop-signals

1 file changed

+1
-1
lines changed

keps/sig-node/4960-container-stop-signals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Alpha:
190190
- When StopSignal is defined in the Container Spec (Status should have signal is defined in the Spec)
191191
- When StopSignal is only defined in the container image (Status should have the signal defined in the image)
192192
- 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
194194
- Test that the feature is gracefully degraded when StopSignal is not supported in Kubelet but is supported in the container runtime
195195
196196
### Graduation Criteria

0 commit comments

Comments
 (0)