We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5158178 commit c8f6465Copy full SHA for c8f6465
2 files changed
kea/kea-ctrl-agent.jsonnet
@@ -1,3 +1,5 @@
1
+// this file has no longer referenced. it is kept for reference from stork-agent.
2
+// Actual http api is now integrated into kea-dhcp4/6 server directly.
3
{
4
'Control-agent': {
5
'http-host': '127.0.0.1',
kea/run.sh
@@ -26,7 +26,6 @@ echo "SERVER_ID=${SERVER_ID}"
26
/config/kea-dhcp4.json > /work/kea-dhcp4.json
27
)
28
29
-kea-ctrl-agent -c /app/kea-ctrl-agent.json &
30
/app/stork-agent &
31
/app/healthzd &
32
0 commit comments