Description of problem: Download oc client and check client version, it display incorrectly. Version-Release number of selected component (if applicable): 4.5.0-0.nightly-2020-05-19-041951 How reproducible: Always Steps to Reproduce: 1. Download oc client from web-console 2. Unzip client and check $ oc version Client Version: 67da73a6d Server Version: 4.5.0-0.nightly-2020-05-19-041951 Kubernetes Version: v1.18.2 Actual results: Client Version: 67da73a6d Expected results: Correct version such as: Client Version: 4.5.0-202005180117-d24a842 Additional info:
To clarify, the issue is that the version is incorrect? or its displayed incorrectly?
Passing this to oc. We don't control the binary downloaded, just the deployment.
This will contain the version from the binary that was uploaded to that URL where console points to. If you use a proper oc binary from either a release payload or from an rpm it should be fine.