Skip to content

Commit e7923d3

Browse files
authored
Small space typo fix
s/killPodfunction/killPod function
1 parent 5e445c5 commit e7923d3

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/2000-graceful-node-shutdown

1 file changed

+1
-1
lines changed

keps/sig-node/2000-graceful-node-shutdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ Communication with systemd over dbus for (creating inhibitor lock, receiving
470470
[`vendor/`](https://github.com/kubernetes/kubernetes/tree/release-1.19/vendor/github.com/godbus/dbus/v5).
471471

472472
Termination of pods will make use of the existing
473-
[killPod](https://github.com/kubernetes/kubernetes/blob/release-1.19/pkg/kubelet/pod_workers.go#L292)function
473+
[killPod](https://github.com/kubernetes/kubernetes/blob/release-1.19/pkg/kubelet/pod_workers.go#L292) function
474474
from the `kubelet` package and specify the appropriate `gracePeriodOverride` as
475475
necessary.
476476

0 commit comments

Comments
 (0)