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
Error: googleapi: Error 400: Creation of node pools using node images based on Docker container runtimes is not supported in GKE v1.23. This is to prepare for the removal of Dockershim in Kubernetes v1.24.
#2
Open
imranrazakhan opened this issue
Aug 18, 2022
· 0 comments
I am following your blog but getting following error, Any hint?
Error: googleapi: Error 400: Creation of node pools using node images based on Docker container runtimes is not supported in GKE v1.23. This is to prepare for the removal of Dockershim in Kubernetes v1.24. We recommend that you migrate to image types based on Containerd (examples). For more information, contact Cloud Support., badRequest
with module.gke.google_container_cluster.primary
on .terraform/modules/gke/modules/private-cluster/cluster.tf line 22, in resource "google_container_cluster" "primary":
resource "google_container_cluster" "primary" {
I tried to put version in gke module as suggeted here, but no success
Hi,
I am following your blog but getting following error, Any hint?
I tried to put version in gke module as suggeted here, but no success
https://stackoverflow.com/questions/72553572/getting-exception-of-node-pool-when-trying-to-run-acm-terraform-blog-part1
The text was updated successfully, but these errors were encountered: