-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
None
-
False
-
Not Selected
-
-
-
1. Proposed title of this feature request
Need to enable the View access for OpenShift Server Version to Non cluster-admin Users
2. What is the nature and description of the request?
A user without cluster-admin privileges is unable to view the OpenShift server version using the `$ oc version` command.
However the same user is able to see the client version and the underlying Kubernetes version, the OpenShift server version is not getting displayed.
Steps to Reproduce:
- Log in to OpenShift CLI with a non-cluster-admin user.
- Run the `$ oc version` command.
- Observe that the OpenShift server version is not displayed.
Expected Behavior:
To see the OpenShift server version alongside the client version and Kubernetes version.
Actual Behavior:
Only the client version and Kubernetes version are displayed. The OpenShift server version is not getting displayed.
3. Why does the customer need this? (List the business requirements here)
Providing visibility into the OpenShift version for all users, regardless of their privilege level, would be beneficial for transparency and user experience.