kubernetes: Failed to set statusUpdateNeeded to needed true because nodeName="node-v1-test" does not exist

Noticed that in here, this part:

W0227 04:39:11.830] E0227 04:39:11.830126   21448 actual_state_of_world.go:461] Failed to set statusUpdateNeeded to needed true because nodeName="node-v1-test"  does not exist
W0227 04:39:11.830] E0227 04:39:11.830158   21448 actual_state_of_world.go:475] Failed to update statusUpdateNeeded field in actual state of world: Failed to set statusUpdateNeeded to needed true because nodeName="node-v1-test"  does not exist
I0227 04:39:11.931] node "node-v1-test" created
W0227 04:39:12.232] Error from server (Conflict): error when replacing "STDIN": Operation cannot be fulfilled on nodes "node-v1-test": the object has been modified; please apply your changes to the latest version and try again
W0227 04:39:12.239] !!! [0227 04:39:12] Call tree:
W0227 04:39:12.241] !!! [0227 04:39:12]  1: /go/src/k8s.io/kubernetes/hack/make-rules/test-cmd-util.sh:2917 run_pod_tests(...)

@kubernetes/sig-node-bugs || @kubernetes/sig-storage-bugs can you have a look at it?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 6
  • Comments: 17 (4 by maintainers)

Most upvoted comments

And me too! How to resolve this issue? Where can I get right documentation/description? 😦

I am also the same problem

Dupe of #41892

Same here.(1.10.0 when reboot controller manager)

Kuberntes 1.9.1

root@ubuntu-105:/var/log/kubernetes# tail -f kube-controller-manager.ERROR
Log file created at: 2018/02/04 22:44:19
Running on machine: ubuntu-105
Binary: Built with gc go1.9.2 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E0204 22:44:19.133862    2013 core.go:73] Failed to start service controller: WARNING: no cloud provider provided, services of type LoadBalancer will fail
E0204 22:44:29.316850    2013 actual_state_of_world.go:491] Failed to update statusUpdateNeeded field in actual state of world: Failed to set statusUpdateNeeded to needed true because nodeName="ubuntu-64"  does not exist
................
................
root@ubuntu-105:/etc/kubernetes# ping ubuntu-64
PING ubuntu-64 (10.5.52.64) 56(84) bytes of data.
64 bytes from ubuntu-64 (10.5.52.64): icmp_seq=1 ttl=63 time=0.734 ms
64 bytes from ubuntu-64 (10.5.52.64): icmp_seq=2 ttl=63 time=0.374 ms
64 bytes from ubuntu-64 (10.5.52.64): icmp_seq=3 ttl=63 time=0.387 ms
64 bytes from ubuntu-64 (10.5.52.64): icmp_seq=4 ttl=63 time=0.366 ms
^C
--- ubuntu-64 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2997ms
rtt min/avg/max/mdev = 0.366/0.465/0.734/0.156 ms


Any suggestions? @ncdc