Skip to content

Commit 470e7b6

Browse files
prezhaspowelljr
andauthored
Update pkg/minikube/cruntime/cri.go
Co-authored-by: Steven Powell <[email protected]>
1 parent 23351ba commit 470e7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/cruntime/cri.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func stopCRIContainers(cr CommandRunner, ids []string) error {
232232
klog.Infof("Stopping containers: %s", ids)
233233

234234
crictl := getCrictlPath(cr)
235-
// bring crictl stop timeout on pair with docker:
235+
// bring crictl stop timeout on par with docker:
236236
// - docker stop --help => -t, --time int Seconds to wait for stop before killing it (default 10)
237237
// - crictl stop --help => --timeout value, -t value Seconds to wait to kill the container after a graceful stop is requested (default: 0)
238238
// to prevent "stuck" containers blocking ports (eg, "[ERROR Port-2379|2380]: Port 2379|2380 is in use" for etcd during "hot" k8s upgrade)

0 commit comments

Comments
 (0)