We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide the OpenShift cluster version information the user connects to through the extension
The text was updated successfully, but these errors were encountered:
For admin users, the information is available using oc.
oc version -ojson -> "openshiftVersion": "4.7.0"
oc version -ojson
"openshiftVersion": "4.7.0"
For non-admin users, we need to figure out the correct way to get the information.
Sorry, something went wrong.
Report kubernetes and openshift version for login command
9115860
This PR fixes redhat-developer#2149. Signed-off-by: Denis Golovin [email protected]
Report kubernetes and openshift version for login command (#2158)
c65ca14
This PR fixes #2149. Signed-off-by: Denis Golovin [email protected]
dgolovin
Successfully merging a pull request may close this issue.
Goal
Provide the OpenShift cluster version information the user connects to through the extension
Acceptance Criteria
The text was updated successfully, but these errors were encountered: