-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(cluster): cluster updates #195
Conversation
also removed "immutability" design from previously
841eb75
to
f4a1380
Compare
9c75f89
to
346d252
Compare
43518d1
to
b9d3b02
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.
Only thing here, for getting errors, we have not implemented that in the API. Implementing that requires some thought too. Other than attempting to parse all logs for ERROR, we'd have to store error logs in the database if we wanted that to be cleaner. Not sure what to do here. Do we include the get error method here? Or do we remove it from the CLI for now and leave a TODO?
What I did
fixes: #
How I did it
How to verify it
Checklist
- [ ] New test cases have been added and are passing- [ ] Documentation has been updated