From 103311a5adacd813e06b2c3bc81465ba81057950 Mon Sep 17 00:00:00 2001 From: kylejep <62087369+kylejep@users.noreply.github.com> Date: Thu, 31 Dec 2020 07:42:58 -0800 Subject: [PATCH] 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. --- .../setup/production-environment/container-runtimes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 66173bd080..fdc7214d00 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -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 <