-
-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Copy link
Labels
hardDifficulty level - hardDifficulty level - hardhelp-wantedCurrent implementers need help from othersCurrent implementers need help from otherslang/goRelated to Go codeRelated to Go code
Description
Our goal is to modify the default output of the kubetail logs command to look like this (see #680 for more context):

After the "color dot" identifer is implemented, we need to add a way to save state across instantiations so that the containers get assigned the same color anytime the tool is used.
Before implementing this feature we need to consider these questions:
- How should we save state (text file, sqlite)?
- How should we deal with concurrency issues?
- How should we handle schema changes on upgrade?
- How should we handle cleanup for dead containers?
After answering these questions let's determine the best way to implement the feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
hardDifficulty level - hardDifficulty level - hardhelp-wantedCurrent implementers need help from othersCurrent implementers need help from otherslang/goRelated to Go codeRelated to Go code
Type
Projects
Status
No status