-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add velero install
command
#52
Comments
Ksonnet might help for this---I can look into this actually (unless anyone has dibs) because it will simplify my doc writing life so so much >< |
@skriss moved to v0.5.0 |
Some thoughts, so I don't forget them, for what
|
ark install
command
This would be a great usability improvement I think, especially if we have a |
I am so onboard with this. I was thinking of coding my own toy cli to point to a directory of yaml files and run those as well as everything else needed to boot it up. |
Here's a first pass at what the required and optional arguments may be on the
The rest are just sent straight to
Assumptions:
Questions:
@heptio/ark-team what do you think? |
I think having the I think we should install the plugins too as part of the install. Lastly, do you think it'd be useful to alternatively have a config file that can be loaded during install? |
We'll get the in-tree plugins for AWS, GCP, and Azure already, but installing something like Portworx would be mean running (as an example) I think I'll defer on the plugin install for now, partially for the issue you raise - there's so many options there already that a config file might be warranted. I'll think about that some more, though. In the case where someone is making heavy modifications to the YAML as produced by the |
I think the starting point should be the config file, and the flags would override those values. |
What do you think for format? Part of why we wanted to go to an |
I would prefer yaml. It would be an improvement over the current setup because it would all be in the same place, and the install would choose the order of execution. And you could make it so the user could overwrite the config by using the cmd flags, not having to mess with it for quick one offs. |
* update kubevirtci Signed-off-by: Bartosz Rybacki <[email protected]> * remove unused providers Signed-off-by: Bartosz Rybacki <[email protected]>
It would be great to have E2E scripts for each cloud provider that go through a full install of Ark including pre-reqs and server installation. We can have the user fill in the necessary options at the beginning. The docs are great for understanding what's going on step-by-step but it takes a lot of copy-pasting to get a working install going.
The text was updated successfully, but these errors were encountered: