Merge branch 'feature/admiralty'

This commit is contained in:
pb
2025-04-29 12:07:43 +02:00
16 changed files with 773 additions and 504 deletions

View File

@@ -51,11 +51,17 @@ In rules add a new entry :
This command **must return "yes"**
# Notes features/admiralty-docker
- When executing monitord as a container we need to change any url with "localhost" to the container's host IP.
We can :
- declare a new parameter 'HOST_IP'
- decide that no peer can have "http://localhost" as its url and use an attribute from the peer object or isMyself() from oc-lib if a peer is the current host.
## TODO
- [ ] Logs the output of each pods :
- logsPods() function already exists
- need to implement the logic to create each pod's logger and start the monitoring routing
- [ ] Allow the front to known on which IP the service are reachable
- currently doing it by using `kubectl get nodes -o wide`