Skip to content

Commit 4758de0

Browse files
authored
Merge pull request kubernetes#4549 from Nezz7/patch-1
Fixing typo
2 parents 15943ca + 205cab6 commit 4758de0

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/3960-pod-lifecycle-sleep-action

1 file changed

+1
-1
lines changed

keps/sig-node/3960-pod-lifecycle-sleep-action/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,4 +461,4 @@ N/A
461461

462462
## Alternatives
463463

464-
Another way to run `sleep` in a container is to use `exec` command in `preStop hook` like `command: ["/bin/sh","-c","sleep 20"]`. However this requires a sleep binariy in the image. We should offer sleep as a first-class thing.
464+
Another way to run `sleep` in a container is to use `exec` command in `preStop hook` like `command: ["/bin/sh","-c","sleep 20"]`. However, this requires a sleep binary in the image. We should offer sleep as a first-class thing.

0 commit comments

Comments
 (0)