Skip to content

Commit 5d9a382

Browse files
authored
Merge pull request kubernetes#2696 from franciosi/patch-1
Small space typo fix
2 parents 0f0fc32 + e7923d3 commit 5d9a382

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)