From d9632d75eb9d5a3fe39a3bee70dd2913ad1d0d18 Mon Sep 17 00:00:00 2001 From: Ares Date: Fri, 30 Jun 2023 15:30:35 +0000 Subject: [PATCH] Update ReadME.MD --- ReadME.MD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ReadME.MD b/ReadME.MD index 8e36503..3c33502 100644 --- a/ReadME.MD +++ b/ReadME.MD @@ -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. ```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 +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 -charm pull ch:kubeapi-load-balancer-73 -charm pull ch:keepalived-16 -charm download ch:coredns-24 +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 ``` \ No newline at end of file