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

Hub forcing to install tool that user don't need #9

Open
akranga opened this issue Jun 14, 2021 · 0 comments
Open

Hub forcing to install tool that user don't need #9

akranga opened this issue Jun 14, 2021 · 0 comments
Labels
usability Related to CLI usability

Comments

@akranga
Copy link
Contributor

akranga commented Jun 14, 2021

Issue have happened by invoking backup verb. User selected a 'mysql' component that have the following statement:

requires:
  - kubernetes
  - helm

Then backup failed as the user have been prompted to install helm. This have led to frustration, as backup script doesn't contain any reference to helm. After user have installed a tool helm that he will never used, they were able to proceed with backup.

Expected bahavior: hub should not force tools that user doesn't need. There should be the way either: to setup alternative tools for verb via hub-component.yaml or bypass tools check via CLI argument

@akranga akranga added the usability Related to CLI usability label Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Related to CLI usability
Projects
None yet
Development

No branches or pull requests

1 participant