-
Notifications
You must be signed in to change notification settings - Fork 35
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 Error messages & progress feedback #44
Conversation
import ( | ||
"fmt" | ||
"github.com/charmbracelet/bubbles/spinner" | ||
tea "github.com/charmbracelet/bubbletea" |
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.
🧋
@@ -20,6 +20,8 @@ spec: | |||
apiVersion: apps/v1 | |||
kind: StatefulSet | |||
metadata: | |||
labels: | |||
app: rg-redis |
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.
Should we use drasi-redis
instead?
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.
This label was missing, which was causing the installer to wait and eventually time out for redis.
We'll have to deal with this when we resolve conflicts with #42
b69ea22
to
0781576
Compare
0781576
to
d439ca3
Compare
Description
Improved error reporting and progress feedback for install/apply/delete commands.
Type of change