mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fixes incorrect output.
This commit is contained in:
parent
ad01a84ecb
commit
c3dfd30e51
@ -92,7 +92,7 @@ func testPreStop(c *client.Client, ns string) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
By(fmt.Sprintf("Creating tester pod %s in namespace %s", podDescr.Name, ns))
|
By(fmt.Sprintf("Creating tester pod %s in namespace %s", preStopDescr.Name, ns))
|
||||||
_, err = c.Pods(ns).Create(preStopDescr)
|
_, err = c.Pods(ns).Create(preStopDescr)
|
||||||
expectNoError(err, fmt.Sprintf("creating pod %s", preStopDescr.Name))
|
expectNoError(err, fmt.Sprintf("creating pod %s", preStopDescr.Name))
|
||||||
deletePreStop := true
|
deletePreStop := true
|
||||||
|
Loading…
Reference in New Issue
Block a user