Skip to content

Commit 4895cd6

Browse files
pau-hedgehogFrostman
authored andcommitted
chore: remove section about DHCPSubnet
Signed-off-by: Pau Capdevila <[email protected]>
1 parent 1baca09 commit 4895cd6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/user-guide/dhcp.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -231,22 +231,6 @@ After changing a static IP, the client will need to release and renew its DHCP l
231231
sudo networkctl reconfigure <interface>
232232
```
233233

234-
### Temporary Changes via DHCPSubnet
235-
236-
For temporary testing or troubleshooting, you can patch the DHCPSubnet directly. These changes will be overwritten when the VPC is next reconciled:
237-
238-
```bash
239-
# Temporary add (will be lost on VPC update)
240-
kubectl patch dhcpsubnets.dhcp.githedgehog.com vpc-1--default --type=merge -p '
241-
{
242-
"spec": {
243-
"static": {
244-
"aa:bb:cc:dd:ee:99": {"ip": "10.10.1.99"}
245-
}
246-
}
247-
}'
248-
```
249-
250234
## Third-Party DHCP Servers
251235

252236
Instead of using the integrated DHCP server, you can configure DHCP relay to use an external DHCP server:

0 commit comments

Comments
 (0)