Resolve comments in PR

- Add step to Calico and Canal to check conf files on host to ensure settings took.
This commit is contained in:
David Nuzik
2019-12-06 14:12:11 -07:00
parent 189b8f6218
commit 269b6fc446
@@ -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 %}}