Kubernetes kubectl set image deployment not able to --record history? Kubernetes kubectl set image deployment not able to --record history? kubernetes kubernetes

Kubernetes kubectl set image deployment not able to --record history?


This is due to update conflict when we update the deployment's annotation (for recording its change history). This means that the deployment object is modified (most likely by server) when kubectl updates the deployment change history. kubectl set image currently won't retry change history update on conflict for you.

I've filed a fix to mitigate this.