We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65df28b commit 33a0ab9Copy full SHA for 33a0ab9
1 file changed
k8s/dhcp/configmap.jsonnet
@@ -40,6 +40,12 @@ local config = {
40
'socket-type': 'unix',
41
'socket-name': '/var/run/kea/dhcp4.sock',
42
},
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
+ // },
49
],
50
51
loggers: [
0 commit comments