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

Mainstream un-install process for extensions #20

Open
kavilla opened this issue Dec 22, 2022 · 0 comments
Open

Mainstream un-install process for extensions #20

kavilla opened this issue Dec 22, 2022 · 0 comments
Labels

Comments

@kavilla
Copy link
Member

kavilla commented Dec 22, 2022

Similar to:
#14

The process is quite manual, in the same manner. If any extension depended on the extension that is being removed then we should clean up the other extensions. It also should clean up any configurations because this will cause issues if the shared opensearch_dashboards.yml as configurations from a config path it doesn't recognized anymore

Requirements:

  • Extensions can remove with configurations
    • Research: Can this occur with an API?
    • Research: If only CLI then how to replicate actions if multinode
  • Downtime is reduced to only when required for the browser.
    • Research: Should we briefly start another task that installs it the background and then restart the same thread or do we start a task that installs the extension and then scales up a new OpenSearch Dashboards process and migrate over.
  • Call any OpenSearch APIs to un-install corresponding extension
  • Minimum amount of impact to OpenSearch Dashboards
    • Research: is this supported out of the box via OpenSearch extensions
@kavilla kavilla added the mvp label Dec 22, 2022
@kavilla kavilla added the m4 label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant