Update ReadME.MD

This commit is contained in:
Ares 2023-06-30 15:30:35 +00:00
parent 31dc321102
commit d9632d75eb
1 changed files with 10 additions and 10 deletions

View File

@ -21,15 +21,15 @@ While we do recommend Calico as the default choice, we will continue to support
The default container runtime in Charmed Kubernetes has been containerd for some time. The Docker container runtime is no longer supported. The default container runtime in Charmed Kubernetes has been containerd for some time. The Docker container runtime is no longer supported.
```Bash ```Bash
charm pull ch:etcd-701 juju download ch:etcd --channel 1.24/stable --series focal
charm pull ch:easyrsa-15 juju download ch:easyrsa --channel 1.24/stable --series focal
charm pull ch:kubernetes-control-plane-171 juju download ch:kubernetes-control-plane --channel 1.24/stable --series focal
charm pull ch:kubernetes-worker-44 juju download ch:kubernetes-worker --channel 1.24/stable --series focal
charm pull ch:calico-36 juju download ch:calico --channel 1.24/stable --series focal
charm pull ch:containerd-27 juju download ch:containerd --channel 1.24/stable --series focal
charm pull ch:kata-15 juju download ch:kata --channel 1.24/stable --series focal
# Extend # Extend
charm pull ch:kubeapi-load-balancer-73 juju download ch:kubeapi-load-balancer --channel 1.24/stable --series focal
charm pull ch:keepalived-16 juju download ch:keepalived --channel 1.24/stable --series focal
charm download ch:coredns-24 juju download ch:coredns --channel 1.24/stable --series focal
``` ```