Fix plugin config filename mismatch.

Fix because there is no match between the plugin name and the configuration file name
This commit is contained in:
YANO Tetsuro
2020-01-17 07:40:32 +09:00
committed by GitHub
parent e69676d088
commit 00342aae30
@@ -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.