Skip to content
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

Docker-Based Node Images Stopped Supporting #1168

Open
pre-yugandhar opened this issue Dec 12, 2022 · 0 comments
Open

Docker-Based Node Images Stopped Supporting #1168

pre-yugandhar opened this issue Dec 12, 2022 · 0 comments

Comments

@pre-yugandhar
Copy link

pre-yugandhar commented Dec 12, 2022

Containerd(Container-Optimized OS with containerd (cos_containerd)) has been the default runtime for all new GKE nodes since version 1.19 on Linux.

However, GKE Standard clusters also continued to support node images that used Docker as the runtime But the Docker-based node images that won't be supported in GKE version 1.24 and later.

As per the latest template release templates-v0.9.3 look like you have to make change at the safer-cluster-update-variant configuration template.

and for the existing cluster we can make the following changes to create the node images with Containerd(Container-Optimized OS with containerd (cos_containerd)).

node_pools = [
{
name = "default-node-pool"
image_type = "COS_CONTAINERD"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant