<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Hi ! I would like an option in the `kubectl diff` command to return an exit code 0 when diff are found instead of 1. **Why is this needed**: I need this because i would like to use `kubectl diff` in my CI/CD and actually it fails when exiting 1. Thank you !