I am getting Status NeedsUpdate and Ready 0 in response of command "kops rolling-update cluster" in aws spot instance group though all are running fine. I have run "kops rolling-update cluster --yes" for several times and got successfully completed rolling update. But still, Getting NeedsUpdate status. How can i solve this issue?
kops rolling-update cluster
NAME STATUS NEEDUPDATE READY MIN MAX NODES
master-ap-south-1 Ready 0 1 1 1 1
nodes Ready 0 0 0 5 0
nodes-spot NeedsUpdate 2 0 2 7 2
``