Skip to content

Commit 33a0ab9

Browse files
committed
kea-dhcp4: note regarding http control socket
1 parent 65df28b commit 33a0ab9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

k8s/dhcp/configmap.jsonnet

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ local config = {
4040
'socket-type': 'unix',
4141
'socket-name': '/var/run/kea/dhcp4.sock',
4242
},
43+
// TODO: Enable this once stork-agent supports kea-dhcp4 http control-socket (due to kea-ctrl-agent deprecation)
44+
// {
45+
// 'socket-type': 'http',
46+
// 'socket-address': '127.0.0.1',
47+
// 'socket-port': 10080,
48+
// },
4349
],
4450

4551
loggers: [

0 commit comments

Comments
 (0)