Skip to content

Commit

Permalink
add all backport versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Jan 8, 2024
1 parent 9196d7b commit a3606ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/network_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,8 @@ To use any of these plugins, a proper NetworkAttachmentDefinition object will ne

## Using Multus with the DHCP daemonset
Multus provides an optional daemonset to deploy the DHCP daemon required to run the [DHCP IPAM plugin](https://www.cni.dev/plugins/current/ipam/dhcp/).
Starting from RKE2 1.29.1, this can be enabled using [HelmChartConfig](../helm.md#customizing-packaged-components-with-helmchartconfig).

You can do this by using the following HelmChartConfig:
You can do this by using the following [HelmChartConfig](../helm.md#customizing-packaged-components-with-helmchartconfig):
```yaml
# /var/lib/rancher/rke2/server/manifests/rke2-multus-config.yaml
---
Expand All @@ -240,6 +239,7 @@ spec:
```

This will configure the chart for Multus to deploy the DHCP daemonset.
This feature is available starting with the 2024-01 releases (v1.29.1+rke2r1, v1.28.6+rke2r1, v1.27.10+rke2r1, v1.26.13+rke2r1).

NOTE: You should write this file before starting rke2.

Expand Down

0 comments on commit a3606ca

Please sign in to comment.