Skip to content

Commit 103311a

Browse files
authored
Update container-runtimes.md
I propose that by adding the modules to /etc/modules-load.d/ can help prevent issues with overlay and br_netfilter modules not loading after reboot.
1 parent 24279b2 commit 103311a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ For more information, see the [CRI-O compatibility matrix](https://github.com/cr
236236
Install and configure prerequisites:
237237

238238
```shell
239+
240+
# Create the .conf file to load the modules at bootup
241+
cat <<EOF | sudo tee /etc/modules-load.d/crio.conf
242+
overlay
243+
br_netfilter
244+
EOF
245+
239246
sudo modprobe overlay
240247
sudo modprobe br_netfilter
241248

0 commit comments

Comments
 (0)