zapier / kubechecks

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

Generate hosted html summaries and details #256

Open djeebus opened 1 month ago

djeebus commented 1 month 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 1 month ago

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

KyriosGN0 commented 1 month ago

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