-
Notifications
You must be signed in to change notification settings - Fork 53
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
cli: add status
command to print upgrade and version status of cluster
#1520
Conversation
✅ Deploy Preview for constellation-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
7515491
to
0243edf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code lgtm. Will perform some additional tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some style suggestions by chatgpt and me
Fix for linkchecker can be found here #1531 |
ae78f96
to
3b68940
Compare
@malt3 still want to do testing? :) |
No. LGTM! |
The new command allows checking the status of an upgrade and which versions are installed. Also remove the unused restclient. And make GetConstellationVersion a function.
Previously the content of files status and upgrade within the cloudcmd pkg did not fit cloudcmd's pkg description. This patch introduces a separate pkg to fix that.
3b68940
to
6fe03e7
Compare
Ignoring linkchecker as it complains about gitlab.edgeless.systems. We saw that the deployment is flacky due to the rising CPU usage. Will fix in the next few days. |
Proposed change(s)
Expected test outputs are:
Checklist