Merge pull request #25895 from kylejep/patch-1

Update container-runtimes.md
This commit is contained in:
Kubernetes Prow Robot
2021-01-04 17:13:57 -08:00
committed by GitHub
@@ -236,6 +236,13 @@ For more information, see the [CRI-O compatibility matrix](https://github.com/cr
Install and configure prerequisites:
```shell
# Create the .conf file to load the modules at bootup
cat <<EOF | sudo tee /etc/modules-load.d/crio.conf
overlay
br_netfilter
EOF
sudo modprobe overlay
sudo modprobe br_netfilter