Merge branch 'feature/admiralty'
This commit is contained in:
12
README.md
12
README.md
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user