-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating inventory via build command (#156)
* Add: * "recreate" argument for build command * upgrade via build command if state exists * fixed panic when upgrading * To update a previous cluster using the generated `Genin` inventory, you can use the `build` command. In this case `Genin` automatically restores the latest cluster state and applies changes from the new cluster configuration ```shell genin build -s cluster.genin.yml ``` Option `-s` path to the new cluster configuration (default `cluster.genin.yml`). The `--recreate` option will remove all previous cluster states and collect a new inventory --------- Co-authored-by: Alexandr Sorokin <a.sorokin@picodata.io>
- Loading branch information
1 parent
5593a50
commit fee93b6
Showing
13 changed files
with
545 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.