Hello,
We have a cluster running on version 1.17.9, but I noticed that the nodepool is currently running on 1.15.7.
I would like the nodepool to be at the same version, before upgrading the control-plane to 1.18.14.
This is what it looks like:
I tried to upgrade the nodepool, but I got this error:
Some additional information about the nodepool:
And when I tried to upgrade via terraform I got this error:
Failure sending request: StatusCode=400 -- Original Error: Code="NodePoolMcVersionIncompatible" Message="Node pool version 1.15.7 and control plane version 1.18.14 are incompatible. Minor version of node pool cannot be more than 2 versions less than control plane's version. Minor version of node pool is 15 and control plane is 18.
What is the procedure to have the nodepool at the same version as the control-plane?
Thanks