From 99595b3b7527d57f21ba145d6de872023ba43805 Mon Sep 17 00:00:00 2001 From: YANO Tetsuro Date: Fri, 17 Jan 2020 07:40:32 +0900 Subject: [PATCH] Fix plugin config filename mismatch. Fix because there is no match between the plugin name and the configuration file name --- content/k3s/latest/en/installation/network-options/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/k3s/latest/en/installation/network-options/_index.md b/content/k3s/latest/en/installation/network-options/_index.md index 97873e4151b..eaac4ea818e 100644 --- a/content/k3s/latest/en/installation/network-options/_index.md +++ b/content/k3s/latest/en/installation/network-options/_index.md @@ -40,7 +40,7 @@ Apply the Canal YAML. Ensure the settings were applied by running the following command on the host: ``` -cat /etc/cni/net.d/10-canal.conflist +cat /etc/cni/net.d/10-calico.conflist ``` You should see that IP forwarding is set to true. @@ -61,7 +61,7 @@ Apply the Calico YAML. Ensure the settings were applied by running the following command on the host: ``` -cat /etc/cni/net.d/10-calico.conflist +cat /etc/cni/net.d/10-canal.conflist ``` You should see that IP forwarding is set to true.