zapier / kubechecks

Check your Kubernetes changes before they hit the cluster
https://kubechecks.readthedocs.io/en/latest/
Mozilla Public License 2.0
198 stars 19 forks source link

Generate hosted html summaries and details #256

Open djeebus opened 3 months ago

djeebus commented 3 months ago

When adding or modifying large applications, the PR/MR comment often overflows and you lose data. If we were to generate and store html summaries, and link to them via the MR, we could reduce (or eliminate) the PR comment and simply link to the results, avoiding the max character issue.

Greyeye commented 3 months ago

@djeebus is there any place you have thought about storing the output? Gitlab Wiki or Issues? S3?

KyriosGN0 commented 3 months ago

Hey, why not just split the output to several comments in GitHub/GitLab (like atlantis does)?