You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first iteration of the support dump tool is going to collect all githedgehog objects from k8s so that they can be queried using kubectl fabric inspect commands in an offline way. This is similar to a database snapshot that queried offline. Note that currently the fabric inspect commands don't support this style of query, but with small modification it is possible.
Name the binary
Collect k8s objects
Collect logs
sanitize sensitive info
compress into tarball
The text was updated successfully, but these errors were encountered:
The first iteration of the support dump tool is going to collect all githedgehog objects from k8s so that they can be queried using
kubectl fabric inspect
commands in an offline way. This is similar to a database snapshot that queried offline. Note that currently thefabric inspect
commands don't support this style of query, but with small modification it is possible.The text was updated successfully, but these errors were encountered: