Is your feature request related to a problem? Please describe.
Currently when debugging customer environments, we always ask for parts of their configuration piece-meal. Such as "can we see your VS, your glooctl proxy logs, etc.. With istio we have a command called istioctl bug-report which packages all the configs, and debug logs from your cluster into a zip file that is organized by CRDs, logs, cluster config, environment, etc. This would be really helpful to add to gloo edge as we can grab everything we commonly need for debugging with one command.
Describe the solution you'd like
An additional command like glooctl debug bug-report that customers can run in their environment to gather all necessary config needed to debug issues.
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Is your feature request related to a problem? Please describe. Currently when debugging customer environments, we always ask for parts of their configuration piece-meal. Such as "can we see your VS, your
glooctl proxy logs
, etc.. With istio we have a command calledistioctl bug-report
which packages all the configs, and debug logs from your cluster into a zip file that is organized by CRDs, logs, cluster config, environment, etc. This would be really helpful to add to gloo edge as we can grab everything we commonly need for debugging with one command.Describe the solution you'd like An additional command like
glooctl debug bug-report
that customers can run in their environment to gather all necessary config needed to debug issues.