mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #5364 from jszczepkowski/e2e-fix
Fixed pods e2e test.
This commit is contained in:
commit
a8f0139186
@ -250,6 +250,7 @@ var _ = Describe("Pods", func() {
|
||||
pod.Labels["time"] = value
|
||||
pod.ResourceVersion = podOut.ResourceVersion
|
||||
pod.UID = podOut.UID
|
||||
pod.Spec.Host = podOut.Spec.Host
|
||||
pod, err = podClient.Update(pod)
|
||||
if err != nil {
|
||||
Fail(fmt.Sprintf("Failed to update pod: %v", err))
|
||||
|
Loading…
Reference in New Issue
Block a user