This commit is contained in:
pb
2025-04-25 11:33:48 +02:00
parent 90fa0b8edd
commit 6c3a20999b
2 changed files with 35 additions and 0 deletions

View File

@@ -8,4 +8,27 @@ Depending on the environment it is running in, oc-schedulerd will either :
- execute the oc-monitord binary
- run an oc-monitord container
## Parameters
oc-schedulerd uses json files to load its configuration. The template for this configuration file is below
```json
{
"LOKI_URL" : "http://[IP/URL]:3100",
"MONGO_URL":"mongodb://[IP/URL]:27017/",
"NATS_URL":"nats://[IP/URL]:4222",
"MONGO_DATABASE":"",
"MONITORD_PATH": "",
"KUBERNETES_SERVICE_HOST" : "[IP/URL]",
"MONITOR_MODE": "",
"KUBE_CA": "",
"KUBE_CERT": "",
"KUBE_DATA": ""
}
```
**monitor_mode** : should be either "local","container", ""
## TODO
- [ ] Implement the discovery of current mode : local, local in container, as a container