mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-17 18:37:03 +00:00
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:
@@ -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 %}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user