File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -231,22 +231,6 @@ After changing a static IP, the client will need to release and renew its DHCP l
231231sudo 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
252236Instead of using the integrated DHCP server, you can configure DHCP relay to use an external DHCP server :
You can’t perform that action at this time.
0 commit comments