6 ms·
This was recently added by a contributor! https://github.com/convox/cli/pull/48 https://github.com/convox/cli/pull/48 You can update an existing cluster using
by ddollar 11y ago
This was recently added by a contributor!
https://github.com/convox/cli/pull/48 https://github.com/convox/cli/pull/48
You can update an existing cluster using something like `convox system scale --count 5 --type c4.xlarge` from the CLI. If you change the instance type your cluster will be rolled one at a time with no downtime.
- doomspork 11y agoThat's great. Is it possible to add additional servers after installation? I looked into the CLI project but I haven't found anything yet, the scale option appears to be for processes not servers.