Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the user experience around debugging deployment issues #46

Open
ca-scribner opened this issue Mar 12, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ca-scribner
Copy link
Contributor

Why it needs to get done

When dss initialize or other commands fail, we should provide the user with help to debug. For example:

  • if dss initialize times out it provides no explanation about what went wrong and deletes all deployed resources which prevents further debugging
  • if hostpath-storage is not enabled, the deployment hangs without any reason why

We should improve this.

Some possible ideas:

  • timeout could leave the resources in whatever state they're in and give the users instructions on 1) how to debug further if they want to, and 2) how to remove the resources (ex: run dss remove-components or whatever dss command is appropriate)
    • Con to this: leaves the user responsible for cleaning up any partially deployed resources
  • timeout could take a snapshot of all relevant debugging information
    • Con to this: we need to predict where debugging information might be and capture it, without knowing ahead of time what will go wrong

What needs to get done

  1. investigate and decide how to improve the UX around debugging

When is the task considered done

see above

@ca-scribner ca-scribner added the enhancement New feature or request label Mar 12, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5452.

This message was autogenerated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant