# Kubernetes 1.24 ## Breaking Change ### Transition to Charmhub https://charmhub.io/ Starting with this release, charms and bundles will be published to Charmhub instead of the Charm Store. ## Important Change ### Calico is now the default CNI The charmed-kubernetes and kubernetes-core reference bundles have been updated to use Calico for pod networking instead of Flannel. We recommend Calico as the default CNI choice for all new deployments due to the rich set of advanced networking features that it provides. While we do recommend Calico as the default choice, we will continue to support new and existing deployments that use Flannel as well. ### Docker support deprecated The default container runtime in Charmed Kubernetes has been containerd for some time. The Docker container runtime is no longer supported. ```Bash charm pull ch:etcd-701 charm pull ch:easyrsa-15 charm pull ch:kubernetes-control-plane-171 charm pull ch:kubernetes-worker-44 charm pull ch:calico-36 charm pull ch:containerd-27 charm pull ch:kata-15 # Extend charm pull ch:kubeapi-load-balancer-73 charm pull ch:keepalived-16 charm download ch:coredns-24 ```