You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
We have quite a complex GKE setup which uses a google_container_cluster, and then 3x google_container_node_pool as well.
When we come to update the node_version today, we're getting this error:
* module.k8-elastic-cluster.google_container_cluster.cluster: 1 error(s) occurred:
* google_container_cluster.cluster: googleapi: Error 400: Node pool id must be specified if cluster has more than one node pool.., badRequest
So it looks like the google api is wanting you to specify which pool to upgrade so behind the scenes you'd need to iterate over each node_pool and one by one (as you can only do one at a time) upgrade them.
Future
I would suggest that the node_version should actually be an attribute on google_container_node_pool, as pools can be on different versions.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Nov 19, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
We have quite a complex GKE setup which uses a
google_container_cluster
, and then 3xgoogle_container_node_pool
as well.When we come to update the node_version today, we're getting this error:
So it looks like the google api is wanting you to specify which pool to upgrade so behind the scenes you'd need to iterate over each
node_pool
and one by one (as you can only do one at a time) upgrade them.Future
I would suggest that the
node_version
should actually be an attribute ongoogle_container_node_pool
, as pools can be on different versions.The text was updated successfully, but these errors were encountered: