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
commit cfe5edfd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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