Simon Bäumer
Simon Bäumer
@viswajithiii @crunchtime-ali just openend a pull request for this: https://github.com/stackrox/kube-linter/pull/68
/assign @gurnben
1. The error message should contain the file name to better debug it. Error handling, especially parsing errors, are another huge issue on its own which we could discuss in...
> You pretty much hit it on it's head. Currently we support just yaml, json eventually. It's very easy accomplish number 3. My proposal is to throw those files say...
@dylanhitt Changing the current behaviour to support regexes is not possible without breaking it as you pointed already out. Imho solution 2 sounds reasonable, so adding a `regex` and `regexLines`...
@dylanhitt What do you think about printing the diff as a table? **For each test a table:** | **Expected** | **Operator** | **Result** | |-------------:|--------------|------------| | 1 | Equal |...
Yes, a good diff library would be very cool. But I think we can't achieve a good (human) readability and displaying the difference in the results. For example what do...
Thanks @stdevel for the submission. Looked into it and was able to reproduce it. It will be fixed in #181
/sig cli
Hi @vinspub, Do you run a LoadBalancer in front of your Central with another TLS certificate? If yes, the CA of that cert must be added to Central's additional-ca configuration....