Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change doc link for dhcpd.conf in Multus cookbook #5837

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/cookbooks/multus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,11 @@ kubectl apply -f dhcp-server.yml
Once again, if you are using our [test cluster], no edits are required and you
can apply the file as is. Otherwise, make sure that you edit the
`dhcp-server-conf` ConfigMap at the top of the file: the
[dhcpd.conf](https://man.openbsd.org/dhcpd.conf.5) configuration data needs to
be correct for our use case. You will need to ensure that the subnet matches the
parent interface's network and that the range of allocatable addresses does not
include the IP addresses assigned to the parent interfaces.
[dhcpd.conf](https://manpages.ubuntu.com/manpages/jammy/en/man5/dhcpd.conf.5.html)
configuration data needs to be correct for our use case. You will need to ensure
that the subnet matches the parent interface's network and that the range of
allocatable addresses does not include the IP addresses assigned to the parent
interfaces.

### Step 6: Run the DHCP daemons

Expand Down
Loading