how to add annotations to the existing deployment in kubernetes using cli code example
Example: kubectl restart deployment
kubectl rollout restart deployment yourDeploymentName
kubectl rollout restart deployment yourDeploymentName