When are changes to server_type applied? #1689
Unanswered
marvinscharle
asked this question in
Q&A
Replies: 0 comments
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.
-
For testing purposes, I recently created a cluster with
This worked fine. Then I tried to change the server_type of the default nodepool to "cx32". As seen in the terraform log, the autoscaler_nodepool was replaced:
However, the former "cx42" server is still present and no new "cx32" server has been created.
Is this a bug or what is the intended behavior for this?
Edit: After a few more tests, it seems like the autoscaler replaces the existing node of the "wrong" type once a new node has been created (and scaled down again).
Beta Was this translation helpful? Give feedback.
All reactions