Skip to content

Add telemetry information for OpenShift cluster version #2149

New issue

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

Closed
mohitsuman opened this issue May 20, 2021 · 1 comment · Fixed by #2158
Closed

Add telemetry information for OpenShift cluster version #2149

mohitsuman opened this issue May 20, 2021 · 1 comment · Fixed by #2158
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@mohitsuman
Copy link
Collaborator

Goal

Provide the OpenShift cluster version information the user connects to through the extension

Acceptance Criteria

  • The extension should send data to telemetry, regarding the connectedOpenShift cluster version.
  • This should cover OpenShift 3.x and 4.x clusters
@mohitsuman mohitsuman added the kind/enhancement New feature or request label May 20, 2021
@mohitsuman mohitsuman added this to the v0.2.7 milestone May 20, 2021
@mohitsuman
Copy link
Collaborator Author

For admin users, the information is available using oc.

oc version -ojson -> "openshiftVersion": "4.7.0"

For non-admin users, we need to figure out the correct way to get the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants