Update ReadME.MD
This commit is contained in:
parent
31dc321102
commit
d9632d75eb
20
ReadME.MD
20
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.
|
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
|
||||||
```
|
```
|
||||||
Loading…
Reference in New Issue