Leo Palmer Sunmo
Leo Palmer Sunmo
@nickcanz or @jhuggart could you try this out with a password protected cluster?
No worries Nick, not in a huge rush, I don't even use the feature. Just very keen to close the last two issues ;)
I've got a POC going with https://github.com/nsf/jsondiff  The problem is that the output is absolutely massive because of the mapping file sizes. I was working on a custom reporter...
The main issue for go-cmp is that we don't have a struct this can be marshalled in to, so everything is a `map[string]interface {}`
It looks like https://github.com/nsf/jsondiff/issues/6 was finally solved! Going to give it a try
Have you made any progress on this @guiferpa ? I am facing a similar issue myself.
Is anyone looking in to this? I have been trying to produce automatic diffs for CI pipelines using nbdime, but it's built as a one-off cli tool, not a persistent...
Thanks for the quick reply @MSeal ! I am aware of the nbdime issue, but not much action there either, and no plans. Oh well! Thanks for your hard work!
@tarvip 's tool is excellent! Successfully ran it against a large cluster and rebuilt with topicmappr, worked great! Make sure you add this tool in a prominent place in the...
@ams0 Does that actually validate anything other than that it's valid YAML? I'm running in to https://github.com/instrumenta/kubeval/issues/247 and which it does fail on a completely broken YAML file, it doesn't...