Skip to content
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

Add support to enlist component-versions & statuses of OpenEBS #36

Closed
vharsh opened this issue Jun 18, 2021 · 0 comments · Fixed by #95
Closed

Add support to enlist component-versions & statuses of OpenEBS #36

vharsh opened this issue Jun 18, 2021 · 0 comments · Fixed by #95

Comments

@vharsh
Copy link
Member

vharsh commented Jun 18, 2021

Component-versions

Scope

As of now, there's a sub-command version which helps end users get info about the version of this kubectl-plugin, just like kubectl it can be expanded to give in more information about installed OpenEBS versions, etc from component labels.

TUI UX

// need to discuss with the community for better usability & debug-ability
$ kubectl openebs cluster-info.
CAS-TYPE       VERSION        STATUS
CStor            3.0             Good
LocalPV          2.9             Upgrade available
CStor-Legacy     1.4             Good

Much later, more functionality can be added which can raise more potential red-flags besides quality information, like kubectl get cs or kubectl cluster-info, a good source could be the ERROR/WARNING events from the Storage provisioners, CSI pods, etc, if it's not super easy to do so via kubectl get events --<flags>

@vharsh vharsh added this to Near Term in Kick-off Jun 28, 2021
@vharsh vharsh added this to Pushed to Next release due to WIP in 2.11 Release Tracker - Due July 15th. Jul 8, 2021
@kmova kmova added this to Near Term in CLI Enhancements Jul 17, 2021
@kmova kmova removed this from Near Term in Kick-off Jul 17, 2021
@kmova kmova added this to Waiting on User/Contributor in 3.0 Release Tracker - Released Sept 24th. Aug 24, 2021
@vharsh vharsh moved this from Near Term to In progress in CLI Enhancements Aug 26, 2021
2.11 Release Tracker - Due July 15th. automation moved this from Pushed to Next release due to WIP to Done Aug 30, 2021
CLI Enhancements automation moved this from In progress to Done Aug 30, 2021
3.0 Release Tracker - Released Sept 24th. automation moved this from Waiting on User/Contributor to Done Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment