From b32d25efd98ac010485b95d49c19b658d6d0b5e7 Mon Sep 17 00:00:00 2001 From: Claudia Beresford Date: Tue, 28 Jan 2020 09:41:06 +0000 Subject: [PATCH] Ensure the correct file is cat-ed in each CNI tab --- 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 b981d8775cf..53746e0fc5e 100644 --- a/content/k3s/latest/en/installation/network-options/_index.md +++ b/content/k3s/latest/en/installation/network-options/_index.md @@ -39,7 +39,7 @@ Apply the Canal 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. @@ -60,7 +60,7 @@ Apply the Calico 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.