GoogleCloudPlatform / gcpdiag

gcpdiag is a command-line diagnostics tool for GCP customers.
https://gcpdiag.dev/
Apache License 2.0
288 stars 67 forks source link

GKE rule: warning to users to not use COS and UBUNTU image types in NAP #31

Open schweikert opened 2 years ago

schweikert commented 2 years ago

Warning that will check the image type set for NAP: https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning#default-image-type and warn if it is set to dockershim=based image type.

Node images with the Docker as a container runtime are deprecated. Please switch to the Containerd image types. See https://cloud.google.com/kubernetes-engine/docs/concepts/using-containerd for details.