Hi,
I have a GKE standard cluster on v1.23. There’s an alert from GCP that we need to upgrade the node pools to use containerd images.
When I checked, the default node image is already using COS with containerd. The nodes in the node pool are still on COS image.
However when I tried to perform a manual upgrade, it states that the node image type is incompatible.
What are my options for an upgrade to 1.24? Should I create a new node pool with containerd image and remove the existing node pool?
Thanks.