Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 398 Bytes

kea

Kea DHCP server

Update config

mv config/data.csv config/data.csv.bak # force download
python3 config/isc_dhcp_config_gen.py > subnet.conf
kubectl create configmap keasubnet -n dhcp --from-file=subnet.conf --dry-run=true -o yaml > subnet.yaml

Apply config

Log into each pod and run. Remember to verify config map update has synced to the pod.

kill -HUP 1