How to set uo + TODO

This commit is contained in:
pb 2024-09-03 15:56:16 +02:00
parent ebf537979e
commit bbedc53133

View File

@ -48,4 +48,10 @@ In rules add a new entry :
This command **must return "yes"**
## 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`