Skip to content

make colorization configurable from annotations on the pod (one annotations per container) #542

@feloy

Description

@feloy

Logs can be colorized depending on log level (#428) or JSON (#485)

Let's make it possible to choose which colorization is applied to the logs based n the containers ending the logs, by checking if a related annotation is set in the pod running the container:

annotations:
- kubernetes-dashboard.podman-desktop.io/logs-colors/main: "level"
- kubernetes-dashboard.podman-desktop.io/logs-colors/second: "none"
- kubernetes-dashboard.podman-desktop.io/logs-colors/third: "json"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions