Terraform to scale VPS servers up and down ? #115
Unanswered
joeblew999
asked this question in
Q&A
Replies: 1 comment
-
|
Uncloud doesn't automatically handle scaling servers up or down. There are imperative commands Note that the control machine that runs these commands need to have an SSH connection to one of the cluster machines to be able to communicate with the cluster and to a machine you want to add to the cluster. SSH is the only provisioning way at the moment. If the control machine is not your local machine, you would need to provide it with an uncloud config, see the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe k8 has this per cloud ?
So only way we can do this is with some sort of terraform , to create and delete VPS servers on the fly ?
or am I missing a strategy ?
https://uncloud.run/docs/cli-reference/uc_machine_add can’t add a machine unless it can talk to the Cloud IAAS API ?
Beta Was this translation helpful? Give feedback.
All reactions