mirror of https://github.com/k3s-io/k3s
Merge pull request #45888 from zjj2wry/zjj-tt
Automatic merge from submit-queue (batch tested with PRs 45374, 44537, 45739, 44474, 45888) fix typo **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note ```pull/6/head
commit
8f81307bd0
|
@ -223,7 +223,7 @@ func stopKubelet(host, workspace string) error {
|
|||
glog.Info("Wait for kubelet launcher to stop")
|
||||
stopped := false
|
||||
for start := time.Now(); time.Since(start) < kubeletStopGracePeriod; time.Sleep(time.Second) {
|
||||
// Check whehther the process is still running.
|
||||
// Check whether the process is still running.
|
||||
output, err := SSH(host, "pidof", conformanceTestBinary, "||", "true")
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to check kubelet stopping: error - %v output -%q",
|
||||
|
|
Loading…
Reference in New Issue