diff --git a/docs/install/network_options.md b/docs/install/network_options.md index a4aa37fb..92d61ab6 100644 --- a/docs/install/network_options.md +++ b/docs/install/network_options.md @@ -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 --- @@ -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.