Closed
Description
/kind bug
What steps did you take and what happened:
A periodic job failed due to
$ kubectl version --client --short
error: unknown flag: --short
What did you expect to happen:
The job should not fail.
Anything else you would like to add:
We just need to update the way we extract the version from kubectl version
.