Closed ferranbt closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/tesera/ensemble/AeDLoNViSrpLWR2DxxLYoRtthH4e
✅ Preview: https://ensemble-git-fix-too-many-evals-tesera.vercel.app
The K8s provider was updating the instance every time there was a Pod event update but we only need to do it for state changes that might create a reconciliation. This PR filters the watch events and only updates when the state changes either to Running or Stopped.