Skip to content

Commit 8ec031c

Browse files
author
Tim Bannister
committed
Update container runtime list in article
- Use alphabetical order - Avoid implying that GCP and AWS don't default to containerd (don't imply anything either way).
1 parent 15bdb72 commit 8ec031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2020-12-02-dont-panic-kubernetes-and-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ shouldn’t, use Docker as a development tool anymore. Docker is still a useful
3232
tool for building containers, and the images that result from running `docker
3333
build` can still run in your Kubernetes cluster.
3434

35-
If you’re using a managed Kubernetes service like GKE, EKS, or AKS (which [defaults to containerd](https://github.com/Azure/AKS/releases/tag/2020-11-16)) you will need to
35+
If you’re using a managed Kubernetes service like AKS, EkS or GKE, you will need to
3636
make sure your worker nodes are using a supported container runtime before
3737
Docker support is removed in a future version of Kubernetes. If you have node
3838
customizations you may need to update them based on your environment and runtime

0 commit comments

Comments
 (0)