Go to file
Ares d31891f6d9 init kubernetes 1.27 2023-07-05 13:59:48 +08:00
.gitignore Update .gitignore 2023-06-29 06:53:52 +00:00
ReadME.MD Update ReadME.MD 2023-06-30 15:30:35 +00:00

ReadME.MD

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.

juju download ch:etcd --channel 1.24/stable --series focal
juju download ch:easyrsa --channel 1.24/stable --series focal
juju download ch:kubernetes-control-plane --channel 1.24/stable --series focal
juju download ch:kubernetes-worker --channel 1.24/stable --series focal
juju download ch:calico --channel 1.24/stable --series focal
juju download ch:containerd --channel 1.24/stable --series focal
juju download ch:kata --channel 1.24/stable --series focal
# Extend
juju download ch:kubeapi-load-balancer --channel 1.24/stable --series focal
juju download ch:keepalived --channel 1.24/stable --series focal
juju download ch:coredns --channel 1.24/stable --series focal