Issue with k8s.io/docs/setup/production-environment/container-runtimes/ (#15476)

* update containerd prerequisites:

* change shell
pull/15872/head
mohamed chiheb ben jemaa 2019-08-15 08:54:33 +01:00 committed by Kubernetes Prow Robot
parent 4821582b89
commit b9cf29b7b3
1 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,11 @@ Use the following commands to install Containerd on your system:
### Prerequisites
```shell
cat > /etc/modules-load.d/containerd.conf <<EOF
overlay
br_netfilter
EOF
modprobe overlay
modprobe br_netfilter