grafana / grafana/kubernetes-diff-logger

Improve Difference Output

Open
#2 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
132
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Currently the logger just directly writes the output of https://github.com/go-test/deep. In most cases this is fine, but not great.

When changing the image for a deployment:
```
[Template.Spec.Containers.slice[0].Image: grafana/loki:master-61b5bc6 != grafana/loki:master-20bb95f]
```

In some cases it produces difficult to understand output. When changing memory limits:
```
[Template.Spec.Containers.slice[0].Resources.Limits.map[memory]: {{838860800 0} {} BinarySI} != {{209715200 0} {} BinarySI}]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.