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

Variant Workbench display message on unexpected cluster status #3311

Open
celinepelletier opened this issue May 28, 2021 · 0 comments
Open

Comments

@celinepelletier
Copy link
Member

Currently if cluster status is different than :

  • STOPPED
  • CREATE_IN_PROGRESS
  • CREATE_COMPLETE
  • DELETE_IN_PROGRESS
  • ROLLBACK_COMPLETE
  • UNVERIFIED
    UI doesn't display neither slide button nor progress bar or error message.

Actually, cluster is able to have these status :

  • STOPPED
  • CREATE_IN_PROGRESS
  • CREATE_FAILED
  • CREATE_COMPLETE
  • ROLLBACK_IN_PROGRESS
  • ROLLBACK_FAILED
  • ROLLBACK_COMPLETE
  • DELETE_IN_PROGRESS
  • DELETE_FAILED
  • DELETE_COMPLETE
  • UPDATE_IN_PROGRESS
  • UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
  • UPDATE_COMPLETE
  • UPDATE_ROLLBACK_IN_PROGRESS
  • UPDATE_ROLLBACK_FAILED
  • UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
  • UPDATE_ROLLBACK_COMPLETE
  • REVIEW_IN_PROGRESS
  • IMPORT_IN_PROGRESS
  • IMPORT_COMPLETE
  • IMPORT_ROLLBACK_IN_PROGRESS
  • IMPORT_ROLLBACK_FAILED
  • IMPORT_ROLLBACK_COMPLETE

So for not already managed status, UI should display a message (warning ?) with current status, so we will be able to help the user that faces this issue.

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

No branches or pull requests

1 participant