diff --git a/README.md b/README.md index 64321ad..23a80f7 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,11 @@ This command **must return "yes"** - 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` \ No newline at end of file + - currently doing it by using `kubectl get nodes -o wide` + + +### Adding ingress handling to support reverse proxing + +- Test wether ingress-nginx is running or not + - Do something if not found : stop running and send error log OR start installation +- \ No newline at end of file