feat(ql3): expose worker observations in console

This commit is contained in:
whyour
2026-08-20 14:02:01 +08:00
parent af5d5bfc0b
commit 344680d64a
25 changed files with 840 additions and 49 deletions
@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"endpoint": "https://replace-cluster-api.example.com:8448/api/v3/workers/management",
"servername": "replace-cluster-api.example.com",
"caFile": "/absolute/private/ql3-copilot-console/worker-management-ca.pem",
"clientCertificateFile": "/absolute/private/ql3-copilot-console/worker-management-client.crt",
"clientPrivateKeyFile": "/absolute/private/ql3-copilot-console/worker-management-client.key",
"requestTimeoutMs": 5000
}