We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23351ba commit 470e7b6Copy full SHA for 470e7b6
pkg/minikube/cruntime/cri.go
@@ -232,7 +232,7 @@ func stopCRIContainers(cr CommandRunner, ids []string) error {
232
klog.Infof("Stopping containers: %s", ids)
233
234
crictl := getCrictlPath(cr)
235
- // bring crictl stop timeout on pair with docker:
+ // bring crictl stop timeout on par with docker:
236
// - docker stop --help => -t, --time int Seconds to wait for stop before killing it (default 10)
237
// - crictl stop --help => --timeout value, -t value Seconds to wait to kill the container after a graceful stop is requested (default: 0)
238
// 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