-
Notifications
You must be signed in to change notification settings - Fork 265
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
Process for resizing the cluster #113
Comments
Looks like I had a wrong do_api_token. Fixed that, and not I am getting the following error:
|
Hi @ShurikAg Thanks for submitting the issue. Let me try to reproduce this scenario and get back to you. Thanks. |
Hi @ShurikAg Sorry for the late response. I managed to reproduce your issue, and I'm currently working on a fix. Seems to be a bug in our Terraform module. Will let you know when it's ready. Thanks. |
A fix is already in progress, via container-blueprints #25. |
Managed to fix the issue in the upstream repository (where the custom TF module is hosted). All you have to do in your existing TF workspace is this:
At the end Terrraform should show you that it is going to modify the node count from the pool. Something similar to (in my tests, I changed to node count from 1 to 2):
Please test and let me know how it goes. Thanks. |
@v-ctiutiu We should mark this as resolved since the PR is already merged. |
A PR containing the fix was already merged, and it was tested. Users are encouraged to run Closing the issue as fixed. |
We bootstrapped the cluster following these docs and created the fully-functioning deployment of the app. Eventually, it appeared that we need more nodes.
If I understand correctly, all I need to do is to update
main.tf
with more nodes and follow the same process of applying the changes. However, when I was trying to run:terraform plan -out priz_prod_cluster.out
I got an error:Is that expected? Am I doing anything wrong?
The text was updated successfully, but these errors were encountered: