Issue with k8s.io/docs/setup/production-environment/container-runtimes/ (#15476)
* update containerd prerequisites: * change shellpull/15872/head
parent
4821582b89
commit
b9cf29b7b3
|
@ -215,6 +215,11 @@ Use the following commands to install Containerd on your system:
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
cat > /etc/modules-load.d/containerd.conf <<EOF
|
||||||
|
overlay
|
||||||
|
br_netfilter
|
||||||
|
EOF
|
||||||
|
|
||||||
modprobe overlay
|
modprobe overlay
|
||||||
modprobe br_netfilter
|
modprobe br_netfilter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue