We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c597d31 + a8d703b commit 3a7936bCopy full SHA for 3a7936b
v2.4/getting-started/mesos/installation/integration.md
@@ -48,7 +48,7 @@ Calico runs as a Docker container on each host. The `calicoctl` command line too
48
```shell
49
curl -L -o $NETWORK_CNI_PLUGINS_DIR/calico \
50
{{site.data.versions[page.version].first.components["calico/cni"].download_calico_url}}
51
- curl -L -o $NETWORK_CNI_PLUGINS_DIR/calico \
+ curl -L -o $NETWORK_CNI_PLUGINS_DIR/calico-ipam \
52
{{site.data.versions[page.version].first.components["calico/cni"].download_calico_ipam_url}}
53
chmod +x $NETWORK_CNI_PLUGINS_DIR/calico
54
chmod +x $NETWORK_CNI_PLUGINS_DIR/calico-ipam
0 commit comments