--- title: 1.20.2-do.0 description: |4- Starting with DigitalOcean Kubernetes 1.20, containerd is used as the container runtime. Previous releases used Docker. This change reflects the … product: Kubernetes url: https://docs.digitalocean.com/products/kubernetes/details/changelog/unavailable/1.20.2-do.0/ --- > **For AI agents:** The documentation index is at [https://docs.digitalocean.com/llms.txt](https://docs.digitalocean.com/llms.txt). Markdown versions of pages use the same URL with `index.html.md` in place of the HTML page (for example, append `index.html.md` to the directory path instead of opening the HTML document). # 1.20.2-do.0 DigitalOcean Kubernetes (DOKS) is a Kubernetes service with a fully managed control plane, high availability, and autoscaling. DOKS integrates with standard Kubernetes toolchains and DigitalOcean’s load balancers, volumes, CPU and GPU Droplets, API, and CLI. * * * Starting with DigitalOcean Kubernetes 1.20, containerd is used as the container runtime. Previous releases used Docker. This change reflects the upstream [deprecation of dockershim](https://kubernetes.io/blog/2020/12/02/dockershim-faq/) and [deprecation of Docker as a container runtime](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation) in Kubernetes 1.20. Docker is still installed on worker nodes, so as not to impact any user workloads (for example, image building) that depend on it. * * * - First 1.20.x release - Upgrades to system components: - Updated to [Cilium 1.9.1](https://github.com/cilium/cilium/releases/tag/v1.9.1) - Enabled the [`remote-node-identity`](https://docs.cilium.io/en/v1.9/concepts/terminology/#special-identities) feature of Cilium, to aid in migration away from VXLAN - Switched to the `cluster-pool` IPAM mode from the deprecated `hostpool-legacy` mode - Updated to [CoreDNS v1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0) - Updated CSI driver sidecars: - Updated to [external-provisioner v2.1.0](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v2.1.0) - Updated to [external-attacher v3.1.0](https://github.com/kubernetes-csi/external-attacher/releases/tag/v3.1.0) - Updated to [external-snapshotter v3.0.3](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v3.0.3) - Updated to [external-resizer v1.1.0](https://github.com/kubernetes-csi/external-resizer/releases/tag/v1.1.0) - Updated to [DO CCM v0.1.31](https://github.com/digitalocean/digitalocean-cloud-controller-manager/releases/tag/v0.1.31)