
Automatic merge from submit-queue
Allow callers to bypass cmdutil.CheckError() logging
**Release note**:
```release-note
release-note-none
```
This patch is originally from:
https://github.com/kubernetes/kubernetes/pull/25451 (eedb67a30d
)
Simplifies code where clients are writing their own errors, and want to
terminate with an exit code.
cc @smarterclayton