From 269b6fc44635fe164bcef4794fcf901b61e51920 Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Fri, 6 Dec 2019 14:12:11 -0700 Subject: [PATCH] Resolve comments in PR - Add step to Calico and Canal to check conf files on host to ensure settings took. --- .../en/installation/network-options/_index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/k3s/latest/en/installation/network-options/_index.md b/content/k3s/latest/en/installation/network-options/_index.md index eb96b6d18bb..c70504fd591 100644 --- a/content/k3s/latest/en/installation/network-options/_index.md +++ b/content/k3s/latest/en/installation/network-options/_index.md @@ -36,6 +36,14 @@ Visit the [Project Calico Docs](https://docs.projectcalico.org/) website. Follow Applyl the Canal YAML. +Ensure the settings were applied by running the following command on the host: + +``` +cat /etc/cni/net.d/10-calico.conflist +``` + +You should see that ip forwarding is set to true. + {{% /tab %}} {{% tab "Calico" %}} @@ -49,6 +57,15 @@ Follow the [Calico CNI Plugins Guide](https://docs.projectcalico.org/master/refe 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 +``` + +You should see that ip forwarding is set to true. + + {{% /tab %}} {{% /tabs %}}