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).
pull/33138/head
Tim Bannister 2022-04-25 19:16:00 +01:00
parent 15bdb72a26
commit 8ec031c5f4
No known key found for this signature in database
GPG Key ID: 1E76582C4F66FA48
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ shouldnt, use Docker as a development tool anymore. Docker is still a useful
tool for building containers, and the images that result from running `docker
build` can still run in your Kubernetes cluster.
If youre 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
If youre using a managed Kubernetes service like AKS, EkS or GKE, you will need to
make sure your worker nodes are using a supported container runtime before
Docker support is removed in a future version of Kubernetes. If you have node
customizations you may need to update them based on your environment and runtime