Skip to content

Commit 0ed1c2d

Browse files
authored
Merge pull request #25380 from craiglpeters/patch-5
Add reference to AKS
2 parents e0a2a5f + 5bd49df commit 0ed1c2d

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
@@ -24,7 +24,7 @@ shouldn’t, use Docker as a development tool anymore. Docker is still a useful
2424
tool for building containers, and the images that result from running `docker
2525
build` can still run in your Kubernetes cluster.
2626

27-
If you’re using a managed Kubernetes service like GKE or EKS, you will need to
27+
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
2828
make sure your worker nodes are using a supported container runtime before
2929
Docker support is removed in a future version of Kubernetes. If you have node
3030
customizations you may need to update them based on your environment and runtime

0 commit comments

Comments
 (0)