mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Do not use nginx image in e2e test
This commit is contained in:
@@ -182,7 +182,7 @@ func TestKubeletSendsEvent(c *client.Client) bool {
|
||||
|
||||
podClient := c.Pods(api.NamespaceDefault)
|
||||
|
||||
pod := loadPodOrDie("./api/examples/pod.json")
|
||||
pod := loadPodOrDie("./cmd/e2e/pod.json")
|
||||
value := strconv.Itoa(time.Now().Nanosecond())
|
||||
pod.Labels["time"] = value
|
||||
|
||||
|
Reference in New Issue
Block a user