Skip to content

Commit

Permalink
Update get-started-calico.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue authored Aug 2, 2023
1 parent c7bc33d commit 94e4405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/install/underlay/get-started-calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Spiderpool is able to provide static IPs to Deployments, StatefulSets, and other

```shell
helm repo add spiderpool https://spidernet-io.github.io/spiderpool
helm install spiderpool spiderpool/spiderpool --namespace kube-system --set ipam.enableSpiderSubnet=true
helm install spiderpool spiderpool/spiderpool --namespace kube-system --set ipam.enableSpiderSubnet=true --set multus.multusCNI.install=false
```

> Spiderpool is IPv4-Only by default. If you want to enable IPv6, refer to [Spiderpool IPv6](https://github.com/spidernet-io/spiderpool/blob/main/docs/usage/ipv6.md).
Expand Down

0 comments on commit 94e4405

Please sign in to comment.