Skip to content

Commit

Permalink
doc: add multinet to dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hedibouattour authored and sknat committed Oct 9, 2023
1 parent 3db7a75 commit a85d836
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/developper_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@ To add a redirection to host rule:
export CALICOVPP_REDIRECT_PROTO="\"udp\""
export CALICOVPP_REDIRECT_PORT=53
export CALICOVPP_REDIRECT_IP="\"172.18.0.1\""
````

To enable memif:
````bash
# --------------- memif ----------------
export CALICOVPP_ENABLE_MEMIF=true
````

To run multinet:

````bash
# --------------- multinet ----------------
export CALICOVPP_ENABLE_MULTINET=true
export CALICOVPP_ENABLE_MEMIF=true
kubectl apply -f test/yaml/multinet/projectcalico.org_networks.yaml
kubectl apply -f test/yaml/multinet/whereabouts-daemonset-install.yaml
kubectl apply -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/master/deployments/multus-daemonset-thick.yml
kubectl apply -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_ippools.yaml
kubectl apply -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml

````
To run with hugepages on:

Expand Down

0 comments on commit a85d836

Please sign in to comment.