I've seen:
kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1 --record
What is --record doing here? I've tried a deployment with it and without it + scaling/image replacing (set image) + checking rollout status etc but I dont see any difference.
I'm probably missing something here.